]> git.saurik.com Git - bison.git/commitdiff
Bison 2.5.1_rc2. v2.5.1_rc2
authorAkim Demaille <akim@lrde.epita.fr>
Tue, 22 May 2012 20:47:41 +0000 (22:47 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Wed, 23 May 2012 12:30:22 +0000 (14:30 +0200)
* NEWS: Update.

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

diff --git a/NEWS b/NEWS
index 4fadf4e5eff5be9dd71d702a95072a6b9b964096..14f51b3e3263093ef079e83b71812f6f2132e831 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
 Bison News
 ----------
 
-* Changes in version 2.5.1_rc1 (2012-05-14):
+* Changes in version 2.5.1_rc2 (2012-05-23):
 
 ** Future changes:
 
index fe6299b0dcd60778d078f462947f868f528b97a5..989c91c29ef6b46bb4040822d01f5266ce243035 100644 (file)
@@ -1,4 +1,4 @@
-/* A Bison parser, made by GNU Bison 2.5.1_rc1-dirty.  */
+/* A Bison parser, made by GNU Bison 2.5.1_rc2.  */
 
 /* Bison implementation for Yacc-like parsers in C
    
@@ -44,7 +44,7 @@
 #define YYBISON 1
 
 /* Bison version.  */
-#define YYBISON_VERSION "2.5.1_rc1-dirty"
+#define YYBISON_VERSION "2.5.1_rc2"
 
 /* Skeleton name.  */
 #define YYSKELETON_NAME "yacc.c"
index ab45cad4b7ad69969be72dbeea5576c205798481..2beec47767ae6fa708052ae6af75e0a0bfe5ff74 100644 (file)
@@ -1,4 +1,4 @@
-/* A Bison parser, made by GNU Bison 2.5.1_rc1-dirty.  */
+/* A Bison parser, made by GNU Bison 2.5.1_rc2.  */
 
 /* Bison interface for Yacc-like parsers in C