mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 00:03:03 +00:00
regen
This commit is contained in:
375
src/parse-gram.c
375
src/parse-gram.c
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,4 @@
|
|||||||
/* A Bison parser, made by GNU Bison 3.2.1.57-7965. */
|
/* A Bison parser, made by GNU Bison 3.2.1.64-49972. */
|
||||||
|
|
||||||
/* Bison interface for Yacc-like parsers in C
|
/* Bison interface for Yacc-like parsers in C
|
||||||
|
|
||||||
@@ -64,7 +64,7 @@ extern int gram_debug;
|
|||||||
param_parse = 1 << 1,
|
param_parse = 1 << 1,
|
||||||
param_both = param_lex | param_parse
|
param_both = param_lex | param_parse
|
||||||
} param_type;
|
} param_type;
|
||||||
#line 621 "src/parse-gram.y" /* yacc.c:1918 */
|
#line 620 "src/parse-gram.y" /* yacc.c:1918 */
|
||||||
|
|
||||||
#include "muscle-tab.h"
|
#include "muscle-tab.h"
|
||||||
typedef struct
|
typedef struct
|
||||||
@@ -196,6 +196,8 @@ union GRAM_STYPE
|
|||||||
uniqstr ID_COLON;
|
uniqstr ID_COLON;
|
||||||
/* "<tag>" */
|
/* "<tag>" */
|
||||||
uniqstr TAG;
|
uniqstr TAG;
|
||||||
|
/* tag.opt */
|
||||||
|
uniqstr yytype_71;
|
||||||
/* tag */
|
/* tag */
|
||||||
uniqstr tag;
|
uniqstr tag;
|
||||||
/* variable */
|
/* variable */
|
||||||
@@ -204,7 +206,7 @@ union GRAM_STYPE
|
|||||||
unsigned char CHAR;
|
unsigned char CHAR;
|
||||||
/* value */
|
/* value */
|
||||||
value_type value;
|
value_type value;
|
||||||
#line 208 "src/parse-gram.h" /* yacc.c:1918 */
|
#line 210 "src/parse-gram.h" /* yacc.c:1918 */
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef union GRAM_STYPE GRAM_STYPE;
|
typedef union GRAM_STYPE GRAM_STYPE;
|
||||||
|
|||||||
Reference in New Issue
Block a user