[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 5/5] yacc.c: minor style change
From: |
Akim Demaille |
Subject: |
[PATCH 5/5] yacc.c: minor style change |
Date: |
Sat, 13 Apr 2019 14:17:04 +0200 |
* 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