]> git.saurik.com Git - bison.git/commitdiff
Revert the C++ namespace changes introduced in 1.31.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Feb 2002 20:16:29 +0000 (20:16 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Feb 2002 20:16:29 +0000 (20:16 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 809aa0a7d8e2cc305a9b4aff76db11b56a502158..09f35fecb2a29e43218f4b1df3242a1e58f297a5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,9 @@ Bison News
 
 Changes in version 1.33a:
 
+* Revert the C++ namespace changes introduced in 1.31, as they caused too
+  many portability hassles.
+
 * DJGPP support added.
 
 * Fix portability problems within the test suite.
@@ -51,6 +54,7 @@ Changes in version 1.31, 2002-01-14:
 
 * Better C++ compliance
   The output parsers try to respect C++ namespaces.
+  [This turned out to be a failed experiment, and it was reverted later.]
 
 * Reduced Grammars
   Fixed bugs when reporting useless nonterminals.