skeletons: minor style changes

* data/glr.c, data/yacc.c: here.
This commit is contained in:
Akim Demaille
2012-06-17 12:12:52 +02:00
parent 2d40532bf5
commit 6e2d7b0974
2 changed files with 13 additions and 13 deletions

View File

@@ -316,8 +316,8 @@ m4_if(b4_prefix, [yy], [],
#define yylval ]b4_prefix[lval
#define yychar ]b4_prefix[char
#define yydebug ]b4_prefix[debug
#define yynerrs ]b4_prefix[nerrs
]b4_locations_if([[#define yylloc ]b4_prefix[lloc]])])[
#define yynerrs ]b4_prefix[nerrs]b4_locations_if([[
#define yylloc ]b4_prefix[lloc]])])[
/* Copy the first part of user declarations. */
]b4_user_pre_prologue[