mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 17:53:02 +00:00
regen
This commit is contained in:
522
src/parse-gram.c
522
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.7.1067-29fb-dirty. */
|
/* A Bison parser, made by GNU Bison 2.7.1081-93af. */
|
||||||
|
|
||||||
/* Bison interface for Yacc-like parsers in C
|
/* Bison interface for Yacc-like parsers in C
|
||||||
|
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
extern int gram_debug;
|
extern int gram_debug;
|
||||||
#endif
|
#endif
|
||||||
/* "%code requires" blocks. */
|
/* "%code requires" blocks. */
|
||||||
#line 223 "src/parse-gram.y" /* yacc.c:1932 */
|
#line 219 "src/parse-gram.y" /* yacc.c:1932 */
|
||||||
|
|
||||||
# ifndef PARAM_TYPE
|
# ifndef PARAM_TYPE
|
||||||
# define PARAM_TYPE
|
# define PARAM_TYPE
|
||||||
@@ -188,7 +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 109 "src/parse-gram.y" /* yacc.c:1932 */
|
#line 105 "src/parse-gram.y" /* yacc.c:1932 */
|
||||||
|
|
||||||
assoc assoc;
|
assoc assoc;
|
||||||
char *code;
|
char *code;
|
||||||
@@ -200,11 +200,11 @@ union GRAM_STYPE
|
|||||||
uniqstr uniqstr;
|
uniqstr uniqstr;
|
||||||
unsigned char character;
|
unsigned char character;
|
||||||
|
|
||||||
#line 247 "src/parse-gram.y" /* yacc.c:1932 */
|
#line 243 "src/parse-gram.y" /* yacc.c:1932 */
|
||||||
|
|
||||||
param_type param;
|
param_type param;
|
||||||
|
|
||||||
#line 423 "src/parse-gram.y" /* yacc.c:1932 */
|
#line 419 "src/parse-gram.y" /* yacc.c:1932 */
|
||||||
code_props_type code_type;
|
code_props_type code_type;
|
||||||
|
|
||||||
#line 211 "src/parse-gram.h" /* yacc.c:1932 */
|
#line 211 "src/parse-gram.h" /* yacc.c:1932 */
|
||||||
|
|||||||
Reference in New Issue
Block a user