* src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):

Do not infringe on the global user namespace when using C++.
(YYFPRINTF, YYSTDERR): New macros, needed for the above.
All uses of `fprintf' and `stderr' changed.

* doc/bison.texinfo: Document YYFPRINTF, YYSTDERR.
This commit is contained in:
Paul Eggert
2001-12-14 01:54:30 +00:00
parent b7575ffe6f
commit 927c155774

View File

@@ -1,3 +1,12 @@
2001-12-13 Paul Eggert <eggert@twinsun.com>
* src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):
Do not infringe on the global user namespace when using C++.
(YYFPRINTF, YYSTDERR): New macros, needed for the above.
All uses of `fprintf' and `stderr' changed.
* doc/bison.texinfo: Document YYFPRINTF, YYSTDERR.
2001-12-13 Akim Demaille <akim@epita.fr> 2001-12-13 Akim Demaille <akim@epita.fr>
The computation of nullable is broken: it doesn't handle empty The computation of nullable is broken: it doesn't handle empty