mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 16:23:04 +00:00
regen
This commit is contained in:
489
src/parse-gram.c
489
src/parse-gram.c
File diff suppressed because it is too large
Load Diff
@@ -1,8 +1,8 @@
|
|||||||
/* A Bison parser, made by GNU Bison 2.7.987-a2db-dirty. */
|
/* A Bison parser, made by GNU Bison 2.7.1016-4862c. */
|
||||||
|
|
||||||
/* Bison interface for Yacc-like parsers in C
|
/* Bison interface for Yacc-like parsers in C
|
||||||
|
|
||||||
Copyright (C) 1984, 1989-1990, 2000-2012 Free Software Foundation, Inc.
|
Copyright (C) 1984, 1989-1990, 2000-2013 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
@@ -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:1930 */
|
#line 223 "src/parse-gram.y" /* yacc.c:1931 */
|
||||||
|
|
||||||
# ifndef PARAM_TYPE
|
# ifndef PARAM_TYPE
|
||||||
# define PARAM_TYPE
|
# define PARAM_TYPE
|
||||||
@@ -62,7 +62,7 @@ extern int gram_debug;
|
|||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
|
||||||
#line 66 "src/parse-gram.h" /* yacc.c:1930 */
|
#line 66 "src/parse-gram.h" /* yacc.c:1931 */
|
||||||
|
|
||||||
/* Token type. */
|
/* Token type. */
|
||||||
#ifndef GRAM_TOKENTYPE
|
#ifndef GRAM_TOKENTYPE
|
||||||
@@ -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:1930 */
|
#line 109 "src/parse-gram.y" /* yacc.c:1931 */
|
||||||
|
|
||||||
assoc assoc;
|
assoc assoc;
|
||||||
char *code;
|
char *code;
|
||||||
@@ -200,14 +200,14 @@ union GRAM_STYPE
|
|||||||
uniqstr uniqstr;
|
uniqstr uniqstr;
|
||||||
unsigned char character;
|
unsigned char character;
|
||||||
|
|
||||||
#line 247 "src/parse-gram.y" /* yacc.c:1930 */
|
#line 247 "src/parse-gram.y" /* yacc.c:1931 */
|
||||||
|
|
||||||
param_type param;
|
param_type param;
|
||||||
|
|
||||||
#line 423 "src/parse-gram.y" /* yacc.c:1930 */
|
#line 423 "src/parse-gram.y" /* yacc.c:1931 */
|
||||||
code_props_type code_type;
|
code_props_type code_type;
|
||||||
|
|
||||||
#line 211 "src/parse-gram.h" /* yacc.c:1930 */
|
#line 211 "src/parse-gram.h" /* yacc.c:1931 */
|
||||||
};
|
};
|
||||||
# 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