Bison 2.5.1_rc1.

* NEWS: Update.
* src/parse-gram.c, src/parse-gram.h: Regen.
This commit is contained in:
Akim Demaille
2012-05-14 14:17:20 +02:00
parent 035810ed2e
commit 1ef57c947d
3 changed files with 6 additions and 5 deletions

5
NEWS
View File

@@ -1,11 +1,12 @@
Bison News
----------
* Changes in version 2.5.1 (????-??-??):
* Changes in version 2.5.1_rc1 (2012-05-14):
** Future changes:
The next major release will drop support for K&R C.
The next major release will drop support for generating parsers in
K&R C.
** yacc.c: YYBACKUP works as expected.

View File

@@ -1,4 +1,4 @@
/* A Bison parser, made by GNU Bison 2.5.127-8555-dirty. */
/* A Bison parser, made by GNU Bison 2.5.1_rc1-dirty. */
/* Bison implementation for Yacc-like parsers in C
@@ -44,7 +44,7 @@
#define YYBISON 1
/* Bison version. */
#define YYBISON_VERSION "2.5.127-8555-dirty"
#define YYBISON_VERSION "2.5.1_rc1-dirty"
/* Skeleton name. */
#define YYSKELETON_NAME "yacc.c"

View File

@@ -1,4 +1,4 @@
/* A Bison parser, made by GNU Bison 2.5.127-8555-dirty. */
/* A Bison parser, made by GNU Bison 2.5.1_rc1-dirty. */
/* Bison interface for Yacc-like parsers in C