This commit is contained in:
Akim Demaille
2012-10-25 14:49:11 +02:00
parent 4f4a54ab92
commit 0fb7b95c5f
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
/* A Bison parser, made by GNU Bison 2.6.4.11-d01f-dirty. */
/* A Bison parser, made by GNU Bison 2.6.4.9-5fb07-dirty. */
/* Bison implementation for Yacc-like parsers in C
@@ -44,7 +44,7 @@
#define YYBISON 1
/* Bison version. */
#define YYBISON_VERSION "2.6.4.11-d01f-dirty"
#define YYBISON_VERSION "2.6.4.9-5fb07-dirty"
/* Skeleton name. */
#define YYSKELETON_NAME "yacc.c"
@@ -1877,7 +1877,7 @@ yyparse ()
int yychar;
#if defined __GNUC__ && (4 < __GNUC__ + (6 <= __GNUC_MINOR__))
#if defined __GNUC__ && 407 <= __GNUC__ * 100 + __GNUC_MINOR__
/* Suppress an incorrect diagnostic about yylval being uninitialized. */
# define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN \
_Pragma ("GCC diagnostic push") \

View File

@@ -1,4 +1,4 @@
/* A Bison parser, made by GNU Bison 2.6.4.11-d01f-dirty. */
/* A Bison parser, made by GNU Bison 2.6.4.9-5fb07-dirty. */
/* Bison interface for Yacc-like parsers in C