Regenerate.

This commit is contained in:
Paul Eggert
2003-10-01 22:00:13 +00:00
parent 22fccf958f
commit 66ef8b9d65
2 changed files with 328 additions and 320 deletions

View File

@@ -56,26 +56,27 @@
PERCENT_LEX_PARAM = 281,
PERCENT_LOCATIONS = 282,
PERCENT_NAME_PREFIX = 283,
PERCENT_NO_LINES = 284,
PERCENT_NONDETERMINISTIC_PARSER = 285,
PERCENT_OUTPUT = 286,
PERCENT_PARSE_PARAM = 287,
PERCENT_PURE_PARSER = 288,
PERCENT_SKELETON = 289,
PERCENT_START = 290,
PERCENT_TOKEN_TABLE = 291,
PERCENT_VERBOSE = 292,
PERCENT_YACC = 293,
TYPE = 294,
EQUAL = 295,
SEMICOLON = 296,
PIPE = 297,
ID = 298,
ID_COLON = 299,
PERCENT_PERCENT = 300,
PROLOGUE = 301,
EPILOGUE = 302,
BRACED_CODE = 303
PERCENT_NO_DEFAULT_PREC = 284,
PERCENT_NO_LINES = 285,
PERCENT_NONDETERMINISTIC_PARSER = 286,
PERCENT_OUTPUT = 287,
PERCENT_PARSE_PARAM = 288,
PERCENT_PURE_PARSER = 289,
PERCENT_SKELETON = 290,
PERCENT_START = 291,
PERCENT_TOKEN_TABLE = 292,
PERCENT_VERBOSE = 293,
PERCENT_YACC = 294,
TYPE = 295,
EQUAL = 296,
SEMICOLON = 297,
PIPE = 298,
ID = 299,
ID_COLON = 300,
PERCENT_PERCENT = 301,
PROLOGUE = 302,
EPILOGUE = 303,
BRACED_CODE = 304
};
#endif
#define GRAM_EOF 0
@@ -105,26 +106,27 @@
#define PERCENT_LEX_PARAM 281
#define PERCENT_LOCATIONS 282
#define PERCENT_NAME_PREFIX 283
#define PERCENT_NO_LINES 284
#define PERCENT_NONDETERMINISTIC_PARSER 285
#define PERCENT_OUTPUT 286
#define PERCENT_PARSE_PARAM 287
#define PERCENT_PURE_PARSER 288
#define PERCENT_SKELETON 289
#define PERCENT_START 290
#define PERCENT_TOKEN_TABLE 291
#define PERCENT_VERBOSE 292
#define PERCENT_YACC 293
#define TYPE 294
#define EQUAL 295
#define SEMICOLON 296
#define PIPE 297
#define ID 298
#define ID_COLON 299
#define PERCENT_PERCENT 300
#define PROLOGUE 301
#define EPILOGUE 302
#define BRACED_CODE 303
#define PERCENT_NO_DEFAULT_PREC 284
#define PERCENT_NO_LINES 285
#define PERCENT_NONDETERMINISTIC_PARSER 286
#define PERCENT_OUTPUT 287
#define PERCENT_PARSE_PARAM 288
#define PERCENT_PURE_PARSER 289
#define PERCENT_SKELETON 290
#define PERCENT_START 291
#define PERCENT_TOKEN_TABLE 292
#define PERCENT_VERBOSE 293
#define PERCENT_YACC 294
#define TYPE 295
#define EQUAL 296
#define SEMICOLON 297
#define PIPE 298
#define ID 299
#define ID_COLON 300
#define PERCENT_PERCENT 301
#define PROLOGUE 302
#define EPILOGUE 303
#define BRACED_CODE 304
@@ -140,7 +142,7 @@ typedef union YYSTYPE {
uniqstr uniqstr;
} YYSTYPE;
/* Line 1285 of yacc.c. */
#line 144 "y.tab.h"
#line 146 "y.tab.h"
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1
# define YYSTYPE_IS_TRIVIAL 1