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.