summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zwgc/parser.y2
1 files changed, 2 insertions, 0 deletions
diff --git a/zwgc/parser.y b/zwgc/parser.y
index ac9ed20..31d21db 100644
--- a/zwgc/parser.y
+++ b/zwgc/parser.y
@@ -30,6 +30,8 @@ static char rcsid_parser_y[] = "$Id$";
#include "node.h"
#include "zwgc.h"
+static void yyerror();
+
/*
* the_program - local variable used to communicate the program's node
* representation from the program action to the parse_file