From 61d53e606deaf311edc6b4f74347660199fec11d Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Tue, 9 Apr 2019 21:03:12 +0200 Subject: [PATCH] yacc.c: minor style change * data/skeletons/yacc.c: To improve consistency with other similar pieces of code. --- data/skeletons/yacc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/skeletons/yacc.c b/data/skeletons/yacc.c index 2e7ed41e..e9c31a84 100644 --- a/data/skeletons/yacc.c +++ b/data/skeletons/yacc.c @@ -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;