Regenerate.

This commit is contained in:
Paul Eggert
2005-10-02 21:25:33 +00:00
parent fb9c0b3360
commit 2aee5b7e1e
2 changed files with 141 additions and 126 deletions

View File

@@ -137,7 +137,7 @@
#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
#line 82 "../../src/parse-gram.y"
#line 82 "parse-gram.y"
typedef union YYSTYPE {
symbol *symbol;
symbol_list *list;
@@ -146,8 +146,8 @@ typedef union YYSTYPE {
assoc assoc;
uniqstr uniqstr;
} YYSTYPE;
/* Line 1505 of yacc.c. */
#line 151 "../../src/parse-gram.h"
/* Line 1520 of yacc.c. */
#line 151 "parse-gram.h"
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1
# define YYSTYPE_IS_TRIVIAL 1