Regenerate.

This commit is contained in:
Paul Eggert
2005-07-19 07:10:32 +00:00
parent 258b75caaa
commit d11e0cfa89
2 changed files with 8 additions and 13 deletions

View File

@@ -1997,8 +1997,7 @@ yyerrlab:
if (yychar <= YYEOF) if (yychar <= YYEOF)
{ {
/* If at end of input, pop the error token, /* Return failure if at end of input. */
then the rest of the stack, then return failure. */
if (yychar == YYEOF) if (yychar == YYEOF)
YYABORT; YYABORT;
} }
@@ -2110,16 +2109,12 @@ yyreturn:
if (yychar != YYEOF && yychar != YYEMPTY) if (yychar != YYEOF && yychar != YYEMPTY)
yydestruct ("Error: discarding lookahead", yydestruct ("Error: discarding lookahead",
yytoken, &yylval, &yylloc); yytoken, &yylval, &yylloc);
if (yyssp != yyss) while (yyssp != yyss)
for (;;) {
{ yydestruct ("Error: popping",
yyerror_range[0] = *yylsp; yystos[*yyssp], yyvsp, yylsp);
YYPOPSTACK; YYPOPSTACK;
if (yyssp == yyss) }
break;
yydestruct ("Error: popping",
yystos[*yyssp], yyvsp, yylsp);
}
#ifndef yyoverflow #ifndef yyoverflow
if (yyss != yyssa) if (yyss != yyssa)
YYSTACK_FREE (yyss); YYSTACK_FREE (yyss);

View File

@@ -143,7 +143,7 @@ typedef union YYSTYPE {
assoc assoc; assoc assoc;
uniqstr uniqstr; uniqstr uniqstr;
} YYSTYPE; } YYSTYPE;
/* Line 1399 of yacc.c. */ /* Line 1394 of yacc.c. */
#line 148 "parse-gram.h" #line 148 "parse-gram.h"
# define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1 # define YYSTYPE_IS_DECLARED 1