Omit mentions of %lex-param and %parse-param from the documentation

for now.
This commit is contained in:
Paul Eggert
2002-12-18 00:09:10 +00:00
parent b317297e4d
commit 20daca0631

6
NEWS
View File

@@ -1,6 +1,12 @@
Bison News
----------
Changes in version 1.75e:
* References to the experimental %lex-param and %parse-param directives
have been temporarily removed from the manual, since we don't want
users to rely upon these features quite yet.
Changes in version 1.75d, 2002-12-13:
* Semicolons are once again optional at the end of grammar rules.