diff options
Diffstat (limited to 'test/yacc/empty.tab.c')
-rw-r--r-- | test/yacc/empty.tab.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/yacc/empty.tab.c b/test/yacc/empty.tab.c index 465a0a3cd157b..e338655319578 100644 --- a/test/yacc/empty.tab.c +++ b/test/yacc/empty.tab.c @@ -194,13 +194,15 @@ static const char *const empty_rule[] = { }; #endif +#if YYDEBUG int yydebug; -int yynerrs; +#endif int yyerrflag; int yychar; YYSTYPE yyval; YYSTYPE yylval; +int yynerrs; /* define the initial stack-sizes */ #ifdef YYSTACKSIZE @@ -240,7 +242,7 @@ static void YYERROR_DECL() { printf("%s\n",s); } -#line 244 "empty.tab.c" +#line 246 "empty.tab.c" #if YYDEBUG #include <stdio.h> /* needed for printf */ |