]> git.saurik.com Git - bison.git/commit - ChangeLog-2012
* src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 14 Dec 2001 01:54:30 +0000 (01:54 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 14 Dec 2001 01:54:30 +0000 (01:54 +0000)
commit927c15577418c9c18feea508854a3f49bb03aa9f
tree13496834cff7efc383eafd5244d6ae281ae6c10d
parentb7575ffe6f9ca88b6a3f45a499f6e3e76757b862
* 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.
ChangeLog