* 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;
 
 
-- 
2.21.0


Reply via email to