mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 16:53:02 +00:00
regen
This commit is contained in:
685
src/parse-gram.c
685
src/parse-gram.c
File diff suppressed because it is too large
Load Diff
@@ -56,7 +56,7 @@ extern int gram_debug;
|
|||||||
|
|
||||||
#include "symlist.h"
|
#include "symlist.h"
|
||||||
#include "symtab.h"
|
#include "symtab.h"
|
||||||
#line 234 "src/parse-gram.y" /* yacc.c:1921 */
|
#line 239 "src/parse-gram.y" /* yacc.c:1921 */
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
@@ -65,7 +65,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 677 "src/parse-gram.y" /* yacc.c:1921 */
|
#line 682 "src/parse-gram.y" /* yacc.c:1921 */
|
||||||
|
|
||||||
#include "muscle-tab.h"
|
#include "muscle-tab.h"
|
||||||
typedef struct
|
typedef struct
|
||||||
@@ -204,6 +204,8 @@ union GRAM_STYPE
|
|||||||
uniqstr PERCENT_ERROR_VERBOSE;
|
uniqstr PERCENT_ERROR_VERBOSE;
|
||||||
/* "%<flag>" */
|
/* "%<flag>" */
|
||||||
uniqstr PERCENT_FLAG;
|
uniqstr PERCENT_FLAG;
|
||||||
|
/* "%file-prefix" */
|
||||||
|
uniqstr PERCENT_FILE_PREFIX;
|
||||||
/* "%name-prefix" */
|
/* "%name-prefix" */
|
||||||
uniqstr PERCENT_NAME_PREFIX;
|
uniqstr PERCENT_NAME_PREFIX;
|
||||||
/* "%yacc" */
|
/* "%yacc" */
|
||||||
@@ -226,7 +228,7 @@ union GRAM_STYPE
|
|||||||
unsigned char CHAR;
|
unsigned char CHAR;
|
||||||
/* value */
|
/* value */
|
||||||
value_type value;
|
value_type value;
|
||||||
#line 230 "src/parse-gram.h" /* yacc.c:1921 */
|
#line 232 "src/parse-gram.h" /* yacc.c:1921 */
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef union GRAM_STYPE GRAM_STYPE;
|
typedef union GRAM_STYPE GRAM_STYPE;
|
||||||
|
|||||||
Reference in New Issue
Block a user