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;
|
||||
YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
|
||||
*++yyvsp = yylval;
|
||||
YY_IGNORE_MAYBE_UNINITIALIZED_END
|
||||
]b4_locations_if([ *++yylsp = yylloc;])[
|
||||
YY_IGNORE_MAYBE_UNINITIALIZED_END]b4_locations_if([
|
||||
*++yylsp = yylloc;])[
|
||||
goto yynewstate;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user