mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
* NEWS (2.3b): Update release date since there has been a delay in
getting the announcements and tarballs out.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2008-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
* NEWS (2.3b): Update release date since there has been a delay in
|
||||
getting the announcements and tarballs out.
|
||||
|
||||
2008-05-23 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
* NEWS: Version 2.3b.
|
||||
|
||||
2
NEWS
2
NEWS
@@ -1,7 +1,7 @@
|
||||
Bison News
|
||||
----------
|
||||
|
||||
Changes in version 2.3b (2008-05-23):
|
||||
Changes in version 2.3b (2008-05-27):
|
||||
|
||||
* The quotes around NAME that used to be required in the following directive
|
||||
are now deprecated:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
/* A Bison parser, made by GNU Bison 2.3a+. */
|
||||
/* A Bison parser, made by GNU Bison 2.3b. */
|
||||
|
||||
/* Skeleton implementation for Bison's Yacc-like parsers in C
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
#define YYBISON 1
|
||||
|
||||
/* Bison version. */
|
||||
#define YYBISON_VERSION "2.3a+"
|
||||
#define YYBISON_VERSION "2.3b"
|
||||
|
||||
/* Skeleton name. */
|
||||
#define YYSKELETON_NAME "yacc.c"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
/* A Bison parser, made by GNU Bison 2.3a+. */
|
||||
/* A Bison parser, made by GNU Bison 2.3b. */
|
||||
|
||||
/* Skeleton interface for Bison's Yacc-like parsers in C
|
||||
|
||||
|
||||
Reference in New Issue
Block a user