mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
regen
This commit is contained in:
518
src/parse-gram.c
518
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.100-30b99-dirty. */
|
||||
/* A Bison parser, made by GNU Bison 3.2.1.94-fe97. */
|
||||
|
||||
/* Bison interface for Yacc-like parsers in C
|
||||
|
||||
@@ -51,11 +51,11 @@
|
||||
extern int gram_debug;
|
||||
#endif
|
||||
/* "%code requires" blocks. */
|
||||
#line 21 "src/parse-gram.y" /* yacc.c:1918 */
|
||||
#line 21 "src/parse-gram.y" /* yacc.c:1917 */
|
||||
|
||||
#include "symlist.h"
|
||||
#include "symtab.h"
|
||||
#line 218 "src/parse-gram.y" /* yacc.c:1918 */
|
||||
#line 218 "src/parse-gram.y" /* yacc.c:1917 */
|
||||
|
||||
typedef enum
|
||||
{
|
||||
@@ -64,7 +64,7 @@ extern int gram_debug;
|
||||
param_parse = 1 << 1,
|
||||
param_both = param_lex | param_parse
|
||||
} param_type;
|
||||
#line 620 "src/parse-gram.y" /* yacc.c:1918 */
|
||||
#line 606 "src/parse-gram.y" /* yacc.c:1917 */
|
||||
|
||||
#include "muscle-tab.h"
|
||||
typedef struct
|
||||
@@ -73,7 +73,7 @@ extern int gram_debug;
|
||||
muscle_kind kind;
|
||||
} value_type;
|
||||
|
||||
#line 77 "src/parse-gram.h" /* yacc.c:1918 */
|
||||
#line 77 "src/parse-gram.h" /* yacc.c:1917 */
|
||||
|
||||
/* Token type. */
|
||||
#ifndef GRAM_TOKENTYPE
|
||||
@@ -206,7 +206,7 @@ union GRAM_STYPE
|
||||
unsigned char CHAR;
|
||||
/* value */
|
||||
value_type value;
|
||||
#line 210 "src/parse-gram.h" /* yacc.c:1918 */
|
||||
#line 210 "src/parse-gram.h" /* yacc.c:1917 */
|
||||
};
|
||||
|
||||
typedef union GRAM_STYPE GRAM_STYPE;
|
||||
|
||||
Reference in New Issue
Block a user