yacc.c: minor style change

* data/skeletons/yacc.c: To improve consistency with other similar
pieces of code.
This commit is contained in:
Akim Demaille
2019-04-09 21:03:12 +02:00
parent d67b7daa1d
commit 61d53e606d

View File

@@ -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;