summaryrefslogtreecommitdiffstats
path: root/y.tab.c.shipped
diff options
context:
space:
mode:
Diffstat (limited to 'y.tab.c.shipped')
-rw-r--r--y.tab.c.shipped5
1 files changed, 0 insertions, 5 deletions
diff --git a/y.tab.c.shipped b/y.tab.c.shipped
index f1377d67..334ed2f6 100644
--- a/y.tab.c.shipped
+++ b/y.tab.c.shipped
@@ -2975,9 +2975,6 @@ int yychar;
/* The semantic value of the lookahead symbol. */
YYSTYPE yylval;
- /* Number of syntax errors so far. */
- int yynerrs;
-
int yystate;
/* Number of tokens to shift before error messages enabled. */
int yyerrstatus;
@@ -3031,7 +3028,6 @@ YYSTYPE yylval;
yystate = 0;
yyerrstatus = 0;
- yynerrs = 0;
yychar = YYEMPTY; /* Cause a token to be read. */
/* Initialize stack pointers.
@@ -7047,7 +7043,6 @@ yyerrlab:
/* If not already recovering from an error, report this error. */
if (!yyerrstatus)
{
- ++yynerrs;
#if ! YYERROR_VERBOSE
yyerror (scnr, parser, YY_("syntax error"));
#else