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