This commit is contained in:
Akim Demaille
2004-10-05 08:41:44 +00:00
parent b4a2033855
commit 8a8dc872fa
2 changed files with 192 additions and 138 deletions

View File

@@ -134,7 +134,7 @@
#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
#line 78 "parse-gram.y"
#line 81 "../../src/parse-gram.y"
typedef union YYSTYPE {
symbol *symbol;
symbol_list *list;
@@ -143,8 +143,8 @@ typedef union YYSTYPE {
assoc assoc;
uniqstr uniqstr;
} YYSTYPE;
/* Line 1285 of yacc.c. */
#line 148 "parse-gram.h"
/* Line 1324 of yacc.c. */
#line 148 "../../src/parse-gram.h"
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1
# define YYSTYPE_IS_TRIVIAL 1