mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Regenerate.
This commit is contained in:
@@ -1997,8 +1997,7 @@ yyerrlab:
|
||||
|
||||
if (yychar <= YYEOF)
|
||||
{
|
||||
/* If at end of input, pop the error token,
|
||||
then the rest of the stack, then return failure. */
|
||||
/* Return failure if at end of input. */
|
||||
if (yychar == YYEOF)
|
||||
YYABORT;
|
||||
}
|
||||
@@ -2110,16 +2109,12 @@ yyreturn:
|
||||
if (yychar != YYEOF && yychar != YYEMPTY)
|
||||
yydestruct ("Error: discarding lookahead",
|
||||
yytoken, &yylval, &yylloc);
|
||||
if (yyssp != yyss)
|
||||
for (;;)
|
||||
{
|
||||
yyerror_range[0] = *yylsp;
|
||||
YYPOPSTACK;
|
||||
if (yyssp == yyss)
|
||||
break;
|
||||
yydestruct ("Error: popping",
|
||||
yystos[*yyssp], yyvsp, yylsp);
|
||||
}
|
||||
while (yyssp != yyss)
|
||||
{
|
||||
yydestruct ("Error: popping",
|
||||
yystos[*yyssp], yyvsp, yylsp);
|
||||
YYPOPSTACK;
|
||||
}
|
||||
#ifndef yyoverflow
|
||||
if (yyss != yyssa)
|
||||
YYSTACK_FREE (yyss);
|
||||
|
||||
@@ -143,7 +143,7 @@ typedef union YYSTYPE {
|
||||
assoc assoc;
|
||||
uniqstr uniqstr;
|
||||
} YYSTYPE;
|
||||
/* Line 1399 of yacc.c. */
|
||||
/* Line 1394 of yacc.c. */
|
||||
#line 148 "parse-gram.h"
|
||||
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
|
||||
# define YYSTYPE_IS_DECLARED 1
|
||||
|
||||
Reference in New Issue
Block a user