aboutsummaryrefslogtreecommitdiff
path: root/contrib/byacc/test/yacc/code_error.code.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/byacc/test/yacc/code_error.code.c')
-rw-r--r--contrib/byacc/test/yacc/code_error.code.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/byacc/test/yacc/code_error.code.c b/contrib/byacc/test/yacc/code_error.code.c
index 5b82da63b060..a32fff815e94 100644
--- a/contrib/byacc/test/yacc/code_error.code.c
+++ b/contrib/byacc/test/yacc/code_error.code.c
@@ -3,8 +3,8 @@
/* (use YYMAJOR/YYMINOR for ifdefs dependent on parser version) */
#define YYBYACC 1
-#define YYMAJOR 1
-#define YYMINOR 9
+#define YYMAJOR 2
+#define YYMINOR 0
#define YYCHECK "yyyymmdd"
#define YYEMPTY (-1)
@@ -306,8 +306,8 @@ YYPARSE_DECL()
}
#endif
- yym = 0;
- yyn = 0;
+ /* yym is set below */
+ /* yyn is set below */
yynerrs = 0;
yyerrflag = 0;
yychar = YYEMPTY;