]> git.saurik.com Git - bison.git/blobdiff - NEWS
* bootstrap (TP_URL, WGET_COMMAND): New vars.
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index 2e757516d3302e29b2e74986a624ba0eab6e743b..a1bf9ae1d0bf14b964b38b9b78a91461d77dcdaf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,12 @@ Bison News
 
 Changes in version 2.3+:
 
+* Except for LALR(1) parsers in C with POSIX Yacc emulation enabled (with `-y',
+  `--yacc', or `%yacc'), Bison no longer generates #define statements for
+  associating token numbers with token names.  Removing the #define statements
+  helps to sanitize the global namespace during preprocessing, but POSIX Yacc
+  requires them.  Bison still generates an enum for token names in all cases.
+
 * The option `--report=look-ahead' has been changed to `--report=lookahead'.
   The old spelling still works, but is not documented and may be removed
   in a future release.