mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-25 12:13:03 +00:00
* 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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user