-/* A Bison parser, made by GNU Bison 1.75e. */
+/* A Bison parser, made by GNU Bison 1.875b. */
/* Skeleton parser for Yacc-like parsing with Bison,
- Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
PERCENT_LOCATIONS = 280,
PERCENT_NAME_PREFIX = 281,
PERCENT_NO_LINES = 282,
- PERCENT_OUTPUT = 283,
- PERCENT_PARSE_PARAM = 284,
- PERCENT_PURE_PARSER = 285,
- PERCENT_SKELETON = 286,
- PERCENT_START = 287,
- PERCENT_TOKEN_TABLE = 288,
- PERCENT_VERBOSE = 289,
- PERCENT_YACC = 290,
- TYPE = 291,
- EQUAL = 292,
- SEMICOLON = 293,
- PIPE = 294,
- ID = 295,
- ID_COLON = 296,
- PERCENT_PERCENT = 297,
- PROLOGUE = 298,
- EPILOGUE = 299,
- BRACED_CODE = 300
+ PERCENT_NONDETERMINISTIC_PARSER = 283,
+ PERCENT_OUTPUT = 284,
+ PERCENT_PARSE_PARAM = 285,
+ PERCENT_PURE_PARSER = 286,
+ PERCENT_SKELETON = 287,
+ PERCENT_START = 288,
+ PERCENT_TOKEN_TABLE = 289,
+ PERCENT_VERBOSE = 290,
+ PERCENT_YACC = 291,
+ TYPE = 292,
+ EQUAL = 293,
+ SEMICOLON = 294,
+ PIPE = 295,
+ ID = 296,
+ ID_COLON = 297,
+ PERCENT_PERCENT = 298,
+ PROLOGUE = 299,
+ EPILOGUE = 300,
+ BRACED_CODE = 301
};
#endif
#define GRAM_EOF 0
#define PERCENT_LOCATIONS 280
#define PERCENT_NAME_PREFIX 281
#define PERCENT_NO_LINES 282
-#define PERCENT_OUTPUT 283
-#define PERCENT_PARSE_PARAM 284
-#define PERCENT_PURE_PARSER 285
-#define PERCENT_SKELETON 286
-#define PERCENT_START 287
-#define PERCENT_TOKEN_TABLE 288
-#define PERCENT_VERBOSE 289
-#define PERCENT_YACC 290
-#define TYPE 291
-#define EQUAL 292
-#define SEMICOLON 293
-#define PIPE 294
-#define ID 295
-#define ID_COLON 296
-#define PERCENT_PERCENT 297
-#define PROLOGUE 298
-#define EPILOGUE 299
-#define BRACED_CODE 300
+#define PERCENT_NONDETERMINISTIC_PARSER 283
+#define PERCENT_OUTPUT 284
+#define PERCENT_PARSE_PARAM 285
+#define PERCENT_PURE_PARSER 286
+#define PERCENT_SKELETON 287
+#define PERCENT_START 288
+#define PERCENT_TOKEN_TABLE 289
+#define PERCENT_VERBOSE 290
+#define PERCENT_YACC 291
+#define TYPE 292
+#define EQUAL 293
+#define SEMICOLON 294
+#define PIPE 295
+#define ID 296
+#define ID_COLON 297
+#define PERCENT_PERCENT 298
+#define PROLOGUE 299
+#define EPILOGUE 300
+#define BRACED_CODE 301
#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
-#line 74 "parse-gram.y"
+#line 75 "parse-gram.y"
typedef union YYSTYPE {
symbol *symbol;
symbol_list *list;
assoc assoc;
uniqstr uniqstr;
} YYSTYPE;
-/* Line 1228 of yacc.c. */
-#line 137 "y.tab.h"
+/* Line 1252 of yacc.c. */
+#line 140 "y.tab.h"
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1
# define YYSTYPE_IS_TRIVIAL 1