mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 02:03:03 +00:00
regen
This commit is contained in:
683
src/parse-gram.c
683
src/parse-gram.c
File diff suppressed because it is too large
Load Diff
@@ -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 636 "src/parse-gram.y" /* yacc.c:1918 */
|
#line 621 "src/parse-gram.y" /* yacc.c:1918 */
|
||||||
|
|
||||||
#include "muscle-tab.h"
|
#include "muscle-tab.h"
|
||||||
typedef struct
|
typedef struct
|
||||||
@@ -160,8 +160,10 @@ union GRAM_STYPE
|
|||||||
code_props_type code_props_type;
|
code_props_type code_props_type;
|
||||||
/* "integer" */
|
/* "integer" */
|
||||||
int INT;
|
int INT;
|
||||||
|
/* int.opt */
|
||||||
|
int yytype_79;
|
||||||
/* named_ref.opt */
|
/* named_ref.opt */
|
||||||
named_ref* yytype_86;
|
named_ref* yytype_87;
|
||||||
/* "%param" */
|
/* "%param" */
|
||||||
param_type PERCENT_PARAM;
|
param_type PERCENT_PARAM;
|
||||||
/* symbol.prec */
|
/* symbol.prec */
|
||||||
@@ -174,6 +176,8 @@ union GRAM_STYPE
|
|||||||
symbol* symbol;
|
symbol* symbol;
|
||||||
/* string_as_id */
|
/* string_as_id */
|
||||||
symbol* string_as_id;
|
symbol* string_as_id;
|
||||||
|
/* string_as_id.opt */
|
||||||
|
symbol* yytype_94;
|
||||||
/* symbols.prec */
|
/* symbols.prec */
|
||||||
symbol_list* yytype_72;
|
symbol_list* yytype_72;
|
||||||
/* symbols.1 */
|
/* symbols.1 */
|
||||||
@@ -200,7 +204,7 @@ union GRAM_STYPE
|
|||||||
unsigned char CHAR;
|
unsigned char CHAR;
|
||||||
/* value */
|
/* value */
|
||||||
value_type value;
|
value_type value;
|
||||||
#line 204 "src/parse-gram.h" /* yacc.c:1918 */
|
#line 208 "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