Regenerate.

This commit is contained in:
Paul Eggert
2006-09-15 16:45:33 +00:00
parent 4f82b42a9d
commit 3acc03086e
2 changed files with 43 additions and 41 deletions

View File

@@ -2129,8 +2129,8 @@ yyreduce:
/* Line 1269 of yacc.c. */ /* Line 1269 of yacc.c. */
#line 347 "parse-gram.y" #line 347 "parse-gram.y"
{ {
tag_seen = true;
symbol_list *list; symbol_list *list;
tag_seen = true;
for (list = (yyvsp[(3) - (3)].list); list; list = list->next) for (list = (yyvsp[(3) - (3)].list); list; list = list->next)
symbol_type_set (list->content.sym, (yyvsp[(2) - (3)].uniqstr), (yylsp[(2) - (3)])); symbol_type_set (list->content.sym, (yyvsp[(2) - (3)].uniqstr), (yylsp[(2) - (3)]));
symbol_list_free ((yyvsp[(3) - (3)].list)); symbol_list_free ((yyvsp[(3) - (3)].list));

View File

@@ -1,4 +1,4 @@
/* A Bison parser, made by GNU Bison 2.3+. */ /* A Bison parser, made by GNU Bison 2.3a. */
/* Skeleton interface for Bison's Yacc-like parsers in C /* Skeleton interface for Bison's Yacc-like parsers in C
@@ -77,25 +77,26 @@
PERCENT_OUTPUT = 291, PERCENT_OUTPUT = 291,
PERCENT_PARSE_PARAM = 292, PERCENT_PARSE_PARAM = 292,
PERCENT_PURE_PARSER = 293, PERCENT_PURE_PARSER = 293,
PERCENT_REQUIRE = 294, PERCENT_PUSH_PARSER = 294,
PERCENT_SKELETON = 295, PERCENT_REQUIRE = 295,
PERCENT_START = 296, PERCENT_SKELETON = 296,
PERCENT_START_HEADER = 297, PERCENT_START = 297,
PERCENT_TOKEN_TABLE = 298, PERCENT_START_HEADER = 298,
PERCENT_VERBOSE = 299, PERCENT_TOKEN_TABLE = 299,
PERCENT_YACC = 300, PERCENT_VERBOSE = 300,
BRACED_CODE = 301, PERCENT_YACC = 301,
CHAR = 302, BRACED_CODE = 302,
EPILOGUE = 303, CHAR = 303,
EQUAL = 304, EPILOGUE = 304,
ID = 305, EQUAL = 305,
ID_COLON = 306, ID = 306,
PERCENT_PERCENT = 307, ID_COLON = 307,
PIPE = 308, PERCENT_PERCENT = 308,
PROLOGUE = 309, PIPE = 309,
SEMICOLON = 310, PROLOGUE = 310,
TYPE = 311, SEMICOLON = 311,
PERCENT_UNION = 312 TYPE = 312,
PERCENT_UNION = 313
}; };
#endif #endif
/* Tokens. */ /* Tokens. */
@@ -136,25 +137,26 @@
#define PERCENT_OUTPUT 291 #define PERCENT_OUTPUT 291
#define PERCENT_PARSE_PARAM 292 #define PERCENT_PARSE_PARAM 292
#define PERCENT_PURE_PARSER 293 #define PERCENT_PURE_PARSER 293
#define PERCENT_REQUIRE 294 #define PERCENT_PUSH_PARSER 294
#define PERCENT_SKELETON 295 #define PERCENT_REQUIRE 295
#define PERCENT_START 296 #define PERCENT_SKELETON 296
#define PERCENT_START_HEADER 297 #define PERCENT_START 297
#define PERCENT_TOKEN_TABLE 298 #define PERCENT_START_HEADER 298
#define PERCENT_VERBOSE 299 #define PERCENT_TOKEN_TABLE 299
#define PERCENT_YACC 300 #define PERCENT_VERBOSE 300
#define BRACED_CODE 301 #define PERCENT_YACC 301
#define CHAR 302 #define BRACED_CODE 302
#define EPILOGUE 303 #define CHAR 303
#define EQUAL 304 #define EPILOGUE 304
#define ID 305 #define EQUAL 305
#define ID_COLON 306 #define ID 306
#define PERCENT_PERCENT 307 #define ID_COLON 307
#define PIPE 308 #define PERCENT_PERCENT 308
#define PROLOGUE 309 #define PIPE 309
#define SEMICOLON 310 #define PROLOGUE 310
#define TYPE 311 #define SEMICOLON 311
#define PERCENT_UNION 312 #define TYPE 312
#define PERCENT_UNION 313
@@ -173,7 +175,7 @@ typedef union YYSTYPE
unsigned char character; unsigned char character;
} }
/* Line 1535 of yacc.c. */ /* Line 1535 of yacc.c. */
#line 177 "parse-gram.h" #line 179 "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 */