mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 00:33:03 +00:00
regen
This commit is contained in:
708
src/parse-gram.c
708
src/parse-gram.c
File diff suppressed because it is too large
Load Diff
@@ -48,8 +48,7 @@
|
|||||||
extern int gram_debug;
|
extern int gram_debug;
|
||||||
#endif
|
#endif
|
||||||
/* "%code requires" blocks. */
|
/* "%code requires" blocks. */
|
||||||
/* Line 1930 of yacc.c */
|
#line 223 "src/parse-gram.y" /* yacc.c:1930 */
|
||||||
#line 223 "src/parse-gram.y"
|
|
||||||
|
|
||||||
# ifndef PARAM_TYPE
|
# ifndef PARAM_TYPE
|
||||||
# define PARAM_TYPE
|
# define PARAM_TYPE
|
||||||
@@ -63,8 +62,7 @@ extern int gram_debug;
|
|||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
|
||||||
/* Line 1930 of yacc.c */
|
#line 66 "src/parse-gram.h" /* yacc.c:1930 */
|
||||||
#line 68 "src/parse-gram.h"
|
|
||||||
|
|
||||||
/* Token type. */
|
/* Token type. */
|
||||||
#ifndef GRAM_TOKENTYPE
|
#ifndef GRAM_TOKENTYPE
|
||||||
@@ -190,8 +188,7 @@ extern int gram_debug;
|
|||||||
typedef union GRAM_STYPE GRAM_STYPE;
|
typedef union GRAM_STYPE GRAM_STYPE;
|
||||||
union GRAM_STYPE
|
union GRAM_STYPE
|
||||||
{
|
{
|
||||||
/* Line 1930 of yacc.c */
|
#line 109 "src/parse-gram.y" /* yacc.c:1930 */
|
||||||
#line 109 "src/parse-gram.y"
|
|
||||||
|
|
||||||
assoc assoc;
|
assoc assoc;
|
||||||
char *code;
|
char *code;
|
||||||
@@ -203,17 +200,14 @@ union GRAM_STYPE
|
|||||||
uniqstr uniqstr;
|
uniqstr uniqstr;
|
||||||
unsigned char character;
|
unsigned char character;
|
||||||
|
|
||||||
/* Line 1930 of yacc.c */
|
#line 247 "src/parse-gram.y" /* yacc.c:1930 */
|
||||||
#line 247 "src/parse-gram.y"
|
|
||||||
|
|
||||||
param_type param;
|
param_type param;
|
||||||
|
|
||||||
/* Line 1930 of yacc.c */
|
#line 423 "src/parse-gram.y" /* yacc.c:1930 */
|
||||||
#line 423 "src/parse-gram.y"
|
|
||||||
code_props_type code_type;
|
code_props_type code_type;
|
||||||
|
|
||||||
/* Line 1930 of yacc.c */
|
#line 211 "src/parse-gram.h" /* yacc.c:1930 */
|
||||||
#line 217 "src/parse-gram.h"
|
|
||||||
};
|
};
|
||||||
# define GRAM_STYPE_IS_TRIVIAL 1
|
# define GRAM_STYPE_IS_TRIVIAL 1
|
||||||
# define GRAM_STYPE_IS_DECLARED 1
|
# define GRAM_STYPE_IS_DECLARED 1
|
||||||
|
|||||||
Reference in New Issue
Block a user