From 6f38107f80cd1dfe405f631555d83165f49e1420 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 14 Feb 2002 20:29:31 +0000 Subject: [PATCH] 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. --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index 16b3b84f..aecd22bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2002-02-14 Paul Eggert + + 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 * tests/regression.at (else): Adjust to Andreas' change. -- 2.47.2