mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 16:53:02 +00:00
Regen.
* src/parse-gram.h, src/parse-gram.c: Regen.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2008-11-26 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
|
Regen.
|
||||||
|
* src/parse-gram.h, src/parse-gram.c: Regen.
|
||||||
|
|
||||||
2008-11-26 Akim Demaille <demaille@gostai.com>
|
2008-11-26 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
Factor the generation of the (integral) tables bw yacc.c and lalr1.cc.
|
Factor the generation of the (integral) tables bw yacc.c and lalr1.cc.
|
||||||
|
|||||||
839
src/parse-gram.c
839
src/parse-gram.c
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,4 @@
|
|||||||
/* A Bison parser, made by GNU Bison 2.4.170-dd704. */
|
/* A Bison parser, made by GNU Bison 2.4.194-c20a1-dirty. */
|
||||||
|
|
||||||
/* 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 1680 of yacc.c */
|
/* Line 1613 of yacc.c */
|
||||||
#line 92 "parse-gram.y"
|
#line 92 "parse-gram.y"
|
||||||
|
|
||||||
symbol *symbol;
|
symbol *symbol;
|
||||||
@@ -174,7 +174,7 @@ typedef union YYSTYPE
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Line 1680 of yacc.c */
|
/* Line 1613 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
|
||||||
|
|||||||
Reference in New Issue
Block a user