diff options
Diffstat (limited to 'test/yacc/err_syntax12.tab.c')
-rw-r--r-- | test/yacc/err_syntax12.tab.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/yacc/err_syntax12.tab.c b/test/yacc/err_syntax12.tab.c index 7c6c63e9494f..8060aaa26a19 100644 --- a/test/yacc/err_syntax12.tab.c +++ b/test/yacc/err_syntax12.tab.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) @@ -141,7 +141,7 @@ extern int YYPARSE_DECL(); #define text 456 #define YYERRCODE 256 -typedef short YYINT; +typedef int YYINT; static const YYINT err_syntax12_lhs[] = { -1, 0, }; @@ -328,8 +328,8 @@ YYPARSE_DECL() } #endif - yym = 0; - yyn = 0; + /* yym is set below */ + /* yyn is set below */ yynerrs = 0; yyerrflag = 0; yychar = YYEMPTY; |