diff options
Diffstat (limited to 'test/yacc/err_syntax10.tab.c')
-rw-r--r-- | test/yacc/err_syntax10.tab.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/yacc/err_syntax10.tab.c b/test/yacc/err_syntax10.tab.c index bbfe2e6528907..e4b15781e448b 100644 --- a/test/yacc/err_syntax10.tab.c +++ b/test/yacc/err_syntax10.tab.c @@ -184,13 +184,15 @@ static const char *const err_syntax10_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 @@ -239,7 +241,7 @@ yyerror(const char* s) { printf("%s\n", s); } -#line 243 "err_syntax10.tab.c" +#line 245 "err_syntax10.tab.c" #if YYDEBUG #include <stdio.h> /* needed for printf */ |