]> git.saurik.com Git - bison.git/commitdiff
regen.
authorAkim Demaille <demaille@gostai.com>
Tue, 21 Feb 2012 15:31:24 +0000 (16:31 +0100)
committerAkim Demaille <demaille@gostai.com>
Tue, 21 Feb 2012 15:32:01 +0000 (16:32 +0100)
* src/parse-gram.c, src/parse-gram.h: regen.

src/parse-gram.c
src/parse-gram.h

index 314a18f84fda23b00e334de33bfe96e372010c76..024da72a4e00d72aba39f8d40304412aa23c2099 100644 (file)
@@ -1,4 +1,4 @@
-/* A Bison parser, made by GNU Bison 2.4.680-a7497-dirty.  */
+/* A Bison parser, made by GNU Bison 2.4.687-d4fc-dirty.  */
 
 /* Bison implementation for Yacc-like parsers in C
 
@@ -44,7 +44,7 @@
 #define YYBISON 1
 
 /* Bison version.  */
-#define YYBISON_VERSION "2.4.680-a7497-dirty"
+#define YYBISON_VERSION "2.4.687-d4fc-dirty"
 
 /* Skeleton name.  */
 #define YYSKELETON_NAME "yacc.c"
@@ -3425,7 +3425,7 @@ version_check (location const *loc, char const *version)
     {
       complain_at (*loc, "require bison %s, but have %s",
                    version, PACKAGE_VERSION);
-      exit (EX_CONFIG);
+      exit (EX_MISMATCH);
     }
 }
 
index f71b73c675ed38018d621032f0a02bdab3ae1ffa..95dca48cebf437e0296dd1056778896c41262b78 100644 (file)
@@ -1,4 +1,4 @@
-/* A Bison parser, made by GNU Bison 2.4.680-a7497-dirty.  */
+/* A Bison parser, made by GNU Bison 2.4.687-d4fc-dirty.  */
 
 /* Bison interface for Yacc-like parsers in C