maint: regen.

This commit is contained in:
Akim Demaille
2012-07-22 16:54:30 +02:00
parent afa4ec917b
commit a943967010
2 changed files with 375 additions and 376 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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
@@ -30,8 +30,8 @@
This special exception was added by the Free Software Foundation in
version 2.2 of Bison. */
#ifndef GRAM_______SRC_PARSE_GRAM_H
# define GRAM_______SRC_PARSE_GRAM_H
#ifndef GRAM_SRC_PARSE_GRAM_H
# define GRAM_SRC_PARSE_GRAM_H
/* Enabling traces. */
#ifndef YYDEBUG
# define YYDEBUG 1
@@ -40,7 +40,7 @@
extern int gram_debug;
#endif
/* "%code requires" blocks. */
/* Line 1996 of yacc.c */
/* Line 1982 of yacc.c */
#line 221 "src/parse-gram.y"
# ifndef PARAM_TYPE
@@ -55,7 +55,7 @@ extern int gram_debug;
# endif
/* Line 1996 of yacc.c */
/* Line 1982 of yacc.c */
#line 60 "src/parse-gram.h"
/* Tokens. */
@@ -63,7 +63,8 @@ extern int gram_debug;
# define YYTOKENTYPE
/* Put the tokens into the symbol table, so that GDB and other debuggers
know about them. */
enum yytokentype {
enum yytokentype
{
GRAM_EOF = 0,
STRING = 258,
INT = 259,
@@ -178,12 +179,10 @@ extern int gram_debug;
#define PERCENT_PARAM 310
#define PERCENT_UNION 311
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE
{
/* Line 1996 of yacc.c */
/* Line 1982 of yacc.c */
#line 107 "src/parse-gram.y"
assoc assoc;
@@ -196,14 +195,14 @@ typedef union YYSTYPE
uniqstr uniqstr;
unsigned char character;
/* Line 1996 of yacc.c */
/* Line 1982 of yacc.c */
#line 245 "src/parse-gram.y"
param_type param;
/* Line 1996 of yacc.c */
#line 207 "src/parse-gram.h"
/* Line 1982 of yacc.c */
#line 206 "src/parse-gram.h"
} YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
@@ -240,4 +239,4 @@ int gram_parse ();
#endif
#endif /* ! YYPARSE_PARAM */
#endif /* !GRAM_______SRC_PARSE_GRAM_H */
#endif /* !GRAM_SRC_PARSE_GRAM_H */