Regenerate.

This commit is contained in:
Paul Eggert
2005-07-19 03:38:13 +00:00
parent 4cf31ef8e7
commit 6088a2a04d
2 changed files with 160 additions and 150 deletions

View File

@@ -134,7 +134,7 @@
#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
#line 79 "../../src/parse-gram.y"
#line 79 "parse-gram.y"
typedef union YYSTYPE {
symbol *symbol;
symbol_list *list;
@@ -143,8 +143,8 @@ typedef union YYSTYPE {
assoc assoc;
uniqstr uniqstr;
} YYSTYPE;
/* Line 1389 of yacc.c. */
#line 148 "../../src/parse-gram.h"
/* Line 1399 of yacc.c. */
#line 148 "parse-gram.h"
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1
# define YYSTYPE_IS_TRIVIAL 1