news: fix typo.

* NEWS: here.
Reported by Ben Pfaff.
This commit is contained in:
Akim Demaille
2012-07-20 10:00:51 +02:00
parent d0d3313d10
commit aaf6103699
2 changed files with 2 additions and 1 deletions

2
NEWS
View File

@@ -10,7 +10,7 @@ GNU Bison NEWS
The next major release of Bison will drop support for the following
deprecated features. Please report disagreements to bug-bison@gnu.org.
*** K&C parsers
*** K&R C parsers
Support for generating parsers in K&R C will be removed. Parsers
generated for C support ISO C90, and are tested with ISO C99 and ISO C11