summaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/parse.y b/parse.y
index 734d1321c1..6f3f815ba3 100644
--- a/parse.y
+++ b/parse.y
@@ -1545,6 +1545,7 @@ yyerror(msg)
{
UCHAR *p, *pe, *buf;
int len, i;
+ void Error_Append();
Error("%s", msg);
p = lex_p;