]> git.saurik.com Git - bison.git/commitdiff
Remove the support for C++ namespace cleanliness; it was
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Feb 2002 20:29:31 +0000 (20:29 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Feb 2002 20:29:31 +0000 (20:29 +0000)
causing more problems than it was curing, since it didn't work
properly on some nonstandard C++ compilers.  This can wait
for a proper C++ parser.

* NEWS: Document this.
* doc/bison.texinfo (Bison Parser, Debugging): Remove special mention
of C++, as it's treated like C now.
* src/bison.simple (YYSTD): Remove.
(YYSIZE_T, YYFPRINTF, YYPARSE_PARAM_ARG, YYPARSE_PARAM_DECL):
Treat C++ just like Standard C instead of trying to support
namespace cleanliness.

ChangeLog

index 16b3b84f1d17bd2c693e8c0f8c987d452a284238..aecd22bbb27f7c71e71ce6f638b9ed83fd026d35 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2002-02-14  Paul Eggert  <eggert@twinsun.com>
+
+       Remove the support for C++ namespace cleanliness; it was
+       causing more problems than it was curing, since it didn't work
+       properly on some nonstandard C++ compilers.  This can wait
+       for a proper C++ parser.
+
+       * NEWS: Document this.
+       * doc/bison.texinfo (Bison Parser, Debugging): Remove special mention
+       of C++, as it's treated like C now.
+       * src/bison.simple (YYSTD): Remove.
+       (YYSIZE_T, YYFPRINTF, YYPARSE_PARAM_ARG, YYPARSE_PARAM_DECL):
+       Treat C++ just like Standard C instead of trying to support
+       namespace cleanliness.
+
 2002-02-14  Akim Demaille  <akim@epita.fr>
 
        * tests/regression.at (else): Adjust to Andreas' change.