* src/parse-gram.h, src/parse-gram.c: Regen.
This commit is contained in:
Akim Demaille
2009-04-03 07:06:08 +02:00
parent b3a2272a73
commit dc450175c0
2 changed files with 505 additions and 694 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
/* A Bison parser, made by GNU Bison 2.4.194-c20a1-dirty. */ /* A Bison parser, made by GNU Bison 2.4.266-78f6. */
/* Interface for Bison's Yacc-like parsers in C /* Interface for Bison's Yacc-like parsers in C
@@ -159,8 +159,7 @@
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE typedef union YYSTYPE
{ {
/* Line 1600 of yacc.c */
/* Line 1613 of yacc.c */
#line 92 "parse-gram.y" #line 92 "parse-gram.y"
symbol *symbol; symbol *symbol;
@@ -173,9 +172,8 @@ typedef union YYSTYPE
unsigned char character; unsigned char character;
/* Line 1600 of yacc.c */
/* Line 1613 of yacc.c */ #line 177 "../../src/parse-gram.h"
#line 179 "../../src/parse-gram.h"
} YYSTYPE; } YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1 # define YYSTYPE_IS_TRIVIAL 1
# define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define yystype YYSTYPE /* obsolescent; will be withdrawn */