This commit is contained in:
Alex Rozenman
2009-06-27 20:35:25 +03:00
parent b9f1d9a47a
commit d70059ec73
2 changed files with 407 additions and 384 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.323-f8e7-dirty. */ /* A Bison parser, made by GNU Bison 2.4.336-b5c21. */
/* Interface for Bison's Yacc-like parsers in C /* Interface for Bison's Yacc-like parsers in C
@@ -89,7 +89,8 @@
TAG = 306, TAG = 306,
TAG_ANY = 307, TAG_ANY = 307,
TAG_NONE = 308, TAG_NONE = 308,
PERCENT_UNION = 309 BRACKETED_ID = 309,
PERCENT_UNION = 310
}; };
#endif #endif
/* Tokens. */ /* Tokens. */
@@ -145,7 +146,8 @@
#define TAG 306 #define TAG 306
#define TAG_ANY 307 #define TAG_ANY 307
#define TAG_NONE 308 #define TAG_NONE 308
#define PERCENT_UNION 309 #define BRACKETED_ID 309
#define PERCENT_UNION 310
@@ -153,8 +155,8 @@
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE typedef union YYSTYPE
{ {
/* Line 1663 of yacc.c */ /* Line 1600 of yacc.c */
#line 92 "parse-gram.y" #line 94 "parse-gram.y"
symbol *symbol; symbol *symbol;
symbol_list *list; symbol_list *list;
@@ -164,10 +166,11 @@ typedef union YYSTYPE
assoc assoc; assoc assoc;
uniqstr uniqstr; uniqstr uniqstr;
unsigned char character; unsigned char character;
named_ref *named_ref;
/* Line 1663 of yacc.c */ /* Line 1600 of yacc.c */
#line 171 "src/parse-gram.h" #line 174 "../bison/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 */