mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 09:13:04 +00:00
regen
This commit is contained in:
581
src/parse-gram.c
581
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 2.5.1.19-ced26-dirty. */
|
/* A Bison parser, made by GNU Bison 2.6.22-9f3f1. */
|
||||||
|
|
||||||
/* Bison interface for Yacc-like parsers in C
|
/* Bison interface for Yacc-like parsers in C
|
||||||
|
|
||||||
@@ -168,7 +168,7 @@ extern int gram_debug;
|
|||||||
typedef union YYSTYPE
|
typedef union YYSTYPE
|
||||||
{
|
{
|
||||||
|
|
||||||
/* Line 2063 of yacc.c */
|
/* Line 2050 of yacc.c */
|
||||||
#line 114 "parse-gram.y"
|
#line 114 "parse-gram.y"
|
||||||
|
|
||||||
symbol *symbol;
|
symbol *symbol;
|
||||||
@@ -183,7 +183,7 @@ typedef union YYSTYPE
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Line 2063 of yacc.c */
|
/* Line 2050 of yacc.c */
|
||||||
#line 188 "parse-gram.h"
|
#line 188 "parse-gram.h"
|
||||||
} YYSTYPE;
|
} YYSTYPE;
|
||||||
# define YYSTYPE_IS_TRIVIAL 1
|
# define YYSTYPE_IS_TRIVIAL 1
|
||||||
@@ -204,6 +204,7 @@ typedef struct YYLTYPE
|
|||||||
# define YYLTYPE_IS_TRIVIAL 1
|
# define YYLTYPE_IS_TRIVIAL 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifdef YYPARSE_PARAM
|
#ifdef YYPARSE_PARAM
|
||||||
#if defined __STDC__ || defined __cplusplus
|
#if defined __STDC__ || defined __cplusplus
|
||||||
int gram_parse (void *YYPARSE_PARAM);
|
int gram_parse (void *YYPARSE_PARAM);
|
||||||
@@ -218,5 +219,4 @@ int gram_parse ();
|
|||||||
#endif
|
#endif
|
||||||
#endif /* ! YYPARSE_PARAM */
|
#endif /* ! YYPARSE_PARAM */
|
||||||
|
|
||||||
|
|
||||||
#endif /* !GRAM__________SRC_PARSE_GRAM_H */
|
#endif /* !GRAM__________SRC_PARSE_GRAM_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user