* src/parse-gram.c, src/parse-gram.h: Regenerate.

This commit is contained in:
Joel E. Denny
2011-03-13 18:03:59 -04:00
parent a4d1bf6a9c
commit f9d52903f1
3 changed files with 307 additions and 275 deletions

View File

@@ -1,3 +1,7 @@
2011-03-13 Joel E. Denny <joeldenny@joeldenny.org>
* src/parse-gram.c, src/parse-gram.h: Regenerate.
2011-03-09 Akim Demaille <akim@lrde.epita.fr>
named references: fix double free.

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.557-bf3e4. */
/* A Bison parser, made by GNU Bison 2.4.579-a4d1b. */
/* Bison interface for Yacc-like parsers in C
@@ -31,7 +31,7 @@
version 2.2 of Bison. */
/* "%code requires" blocks. */
/* Line 2001 of yacc.c */
#line 202 "src/parse-gram.y"
#line 220 "src/parse-gram.y"
# ifndef PARAM_TYPE
# define PARAM_TYPE
@@ -175,7 +175,7 @@
typedef union YYSTYPE
{
/* Line 2001 of yacc.c */
#line 88 "src/parse-gram.y"
#line 106 "src/parse-gram.y"
assoc assoc;
char *code;
@@ -188,7 +188,7 @@ typedef union YYSTYPE
unsigned char character;
/* Line 2001 of yacc.c */
#line 226 "src/parse-gram.y"
#line 244 "src/parse-gram.y"
param_type param;