mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
yacc.c: minor style change
* data/skeletons/yacc.c: To improve consistency with other similar pieces of code.
This commit is contained in:
@@ -1650,8 +1650,8 @@ yyread_pushed_token:]])[
|
|||||||
yystate = yyn;
|
yystate = yyn;
|
||||||
YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
|
YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
|
||||||
*++yyvsp = yylval;
|
*++yyvsp = yylval;
|
||||||
YY_IGNORE_MAYBE_UNINITIALIZED_END
|
YY_IGNORE_MAYBE_UNINITIALIZED_END]b4_locations_if([
|
||||||
]b4_locations_if([ *++yylsp = yylloc;])[
|
*++yylsp = yylloc;])[
|
||||||
goto yynewstate;
|
goto yynewstate;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user