Regenerate.

This commit is contained in:
Paul Eggert
2006-11-08 20:32:19 +00:00
parent eb09565001
commit ff8d8df2e6
2 changed files with 143 additions and 140 deletions

View File

@@ -167,19 +167,20 @@
typedef union YYSTYPE
{
/* Line 1535 of yacc.c */
#line 98 "parse-gram.y"
#line 97 "parse-gram.y"
symbol *symbol;
symbol_list *list;
int integer;
char *chars;
char const *chars;
char *code;
assoc assoc;
uniqstr uniqstr;
unsigned char character;
}
/* Line 1535 of yacc.c */
#line 183 "parse-gram.h"
#line 184 "parse-gram.h"
YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
@@ -203,3 +204,4 @@ typedef struct YYLTYPE