From: Paul Eggert Date: Wed, 18 Dec 2002 00:09:10 +0000 (+0000) Subject: Omit mentions of %lex-param and %parse-param from the documentation X-Git-Tag: BISON-1_875~57 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/20daca063100830468400f58e7caa6635483401a Omit mentions of %lex-param and %parse-param from the documentation for now. --- diff --git a/NEWS b/NEWS index 3f546c8f..30b5e0af 100644 --- a/NEWS +++ b/NEWS @@ -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.