Clean up yacc.c a little.

* data/yacc.c: Clean up M4 for readability, and make output
whitespace more consistent.  For the main parse function
comment, instead of saying "yyparse or yypush_parse", say either
"yyparse" or "yypush_parse" depending on which it actually is.
This commit is contained in:
Joel E. Denny
2009-09-06 16:59:04 -04:00
parent 2d39988807
commit bb31eb56ab
4 changed files with 449 additions and 435 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -31,7 +31,7 @@
This special exception was added by the Free Software Foundation in
version 2.2 of Bison. */
/* "%code requires" blocks. */
/* Line 1608 of yacc.c */
/* Line 1616 of yacc.c */
#line 201 "src/parse-gram.y"
# ifndef PARAM_TYPE
@@ -46,7 +46,7 @@
# endif
/* Line 1608 of yacc.c */
/* Line 1616 of yacc.c */
#line 51 "src/parse-gram.h"
/* Tokens. */
@@ -173,7 +173,7 @@
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE
{
/* Line 1608 of yacc.c */
/* Line 1616 of yacc.c */
#line 88 "src/parse-gram.y"
assoc assoc;
@@ -186,13 +186,13 @@ typedef union YYSTYPE
uniqstr uniqstr;
unsigned char character;
/* Line 1608 of yacc.c */
/* Line 1616 of yacc.c */
#line 225 "src/parse-gram.y"
param_type param;
/* Line 1608 of yacc.c */
/* Line 1616 of yacc.c */
#line 197 "src/parse-gram.h"
} YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1