* src/parse-gram.h, src/parse-gram.c: Regen.
This commit is contained in:
Akim Demaille
2008-11-15 11:03:37 +01:00
parent 0305d25eb0
commit 2df9ec3774
3 changed files with 343 additions and 336 deletions

View File

@@ -1,3 +1,8 @@
2008-11-15 Akim Demaille <demaille@gostai.com>
Regen.
* src/parse-gram.h, src/parse-gram.h: Regen.
2008-11-15 Akim Demaille <demaille@gostai.com> 2008-11-15 Akim Demaille <demaille@gostai.com>
Remove src/Makefile.am. Remove src/Makefile.am.

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.149-dcb5-dirty. */ /* A Bison parser, made by GNU Bison 2.4.150-0305. */
/* Interface for Bison's Yacc-like parsers in C /* Interface for Bison's Yacc-like parsers in C
@@ -160,7 +160,7 @@
typedef union YYSTYPE typedef union YYSTYPE
{ {
/* Line 1678 of yacc.c */ /* Line 1680 of yacc.c */
#line 92 "parse-gram.y" #line 92 "parse-gram.y"
symbol *symbol; symbol *symbol;
@@ -174,8 +174,8 @@ typedef union YYSTYPE
/* Line 1678 of yacc.c */ /* Line 1680 of yacc.c */
#line 179 "../../../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 */