mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
Fix missing bracket.
This commit is contained in:
@@ -1391,7 +1391,7 @@ yybackup:
|
||||
pv->yyval = yyval;
|
||||
]b4_locations_if([pv->yyloc = yyloc;])[
|
||||
goto yypushreturn;
|
||||
gottoken:])
|
||||
gottoken:])[
|
||||
YYDPRINTF ((stderr, "Reading a token: "));
|
||||
]b4_push_if([], [yychar = YYLEX;])[
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user