mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 18:23:03 +00:00
maint: regen.
This commit is contained in:
492
src/parse-gram.c
492
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.815-22b0. */
|
/* A Bison parser, made by GNU Bison 2.5.1.885-485b-dirty. */
|
||||||
|
|
||||||
/* Bison interface for Yacc-like parsers in C
|
/* Bison interface for Yacc-like parsers in C
|
||||||
|
|
||||||
@@ -30,8 +30,8 @@
|
|||||||
This special exception was added by the Free Software Foundation in
|
This special exception was added by the Free Software Foundation in
|
||||||
version 2.2 of Bison. */
|
version 2.2 of Bison. */
|
||||||
|
|
||||||
#ifndef GRAM_______SRC_PARSE_GRAM_H
|
#ifndef GRAM_SRC_PARSE_GRAM_H
|
||||||
# define GRAM_______SRC_PARSE_GRAM_H
|
# define GRAM_SRC_PARSE_GRAM_H
|
||||||
/* Enabling traces. */
|
/* Enabling traces. */
|
||||||
#ifndef YYDEBUG
|
#ifndef YYDEBUG
|
||||||
# define YYDEBUG 1
|
# define YYDEBUG 1
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
extern int gram_debug;
|
extern int gram_debug;
|
||||||
#endif
|
#endif
|
||||||
/* "%code requires" blocks. */
|
/* "%code requires" blocks. */
|
||||||
/* Line 1996 of yacc.c */
|
/* Line 1982 of yacc.c */
|
||||||
#line 221 "src/parse-gram.y"
|
#line 221 "src/parse-gram.y"
|
||||||
|
|
||||||
# ifndef PARAM_TYPE
|
# ifndef PARAM_TYPE
|
||||||
@@ -55,7 +55,7 @@ extern int gram_debug;
|
|||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
|
||||||
/* Line 1996 of yacc.c */
|
/* Line 1982 of yacc.c */
|
||||||
#line 60 "src/parse-gram.h"
|
#line 60 "src/parse-gram.h"
|
||||||
|
|
||||||
/* Tokens. */
|
/* Tokens. */
|
||||||
@@ -63,7 +63,8 @@ extern int gram_debug;
|
|||||||
# define YYTOKENTYPE
|
# define YYTOKENTYPE
|
||||||
/* Put the tokens into the symbol table, so that GDB and other debuggers
|
/* Put the tokens into the symbol table, so that GDB and other debuggers
|
||||||
know about them. */
|
know about them. */
|
||||||
enum yytokentype {
|
enum yytokentype
|
||||||
|
{
|
||||||
GRAM_EOF = 0,
|
GRAM_EOF = 0,
|
||||||
STRING = 258,
|
STRING = 258,
|
||||||
INT = 259,
|
INT = 259,
|
||||||
@@ -178,12 +179,10 @@ extern int gram_debug;
|
|||||||
#define PERCENT_PARAM 310
|
#define PERCENT_PARAM 310
|
||||||
#define PERCENT_UNION 311
|
#define PERCENT_UNION 311
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
|
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
|
||||||
typedef union YYSTYPE
|
typedef union YYSTYPE
|
||||||
{
|
{
|
||||||
/* Line 1996 of yacc.c */
|
/* Line 1982 of yacc.c */
|
||||||
#line 107 "src/parse-gram.y"
|
#line 107 "src/parse-gram.y"
|
||||||
|
|
||||||
assoc assoc;
|
assoc assoc;
|
||||||
@@ -196,14 +195,14 @@ typedef union YYSTYPE
|
|||||||
uniqstr uniqstr;
|
uniqstr uniqstr;
|
||||||
unsigned char character;
|
unsigned char character;
|
||||||
|
|
||||||
/* Line 1996 of yacc.c */
|
/* Line 1982 of yacc.c */
|
||||||
#line 245 "src/parse-gram.y"
|
#line 245 "src/parse-gram.y"
|
||||||
|
|
||||||
param_type param;
|
param_type param;
|
||||||
|
|
||||||
|
|
||||||
/* Line 1996 of yacc.c */
|
/* Line 1982 of yacc.c */
|
||||||
#line 207 "src/parse-gram.h"
|
#line 206 "src/parse-gram.h"
|
||||||
} YYSTYPE;
|
} YYSTYPE;
|
||||||
# define YYSTYPE_IS_TRIVIAL 1
|
# define YYSTYPE_IS_TRIVIAL 1
|
||||||
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
|
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
|
||||||
@@ -240,4 +239,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