mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 09:13:04 +00:00
* src/bison.simple (YYSTD): New macro.
(YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE, YYFPRINTF, YYSTDERR): Use it to simplify macros, and fix some C++ porting problems reported by Hans Aberg.
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
2001-12-17 Paul Eggert <eggert@twinsun.com>
|
2001-12-17 Paul Eggert <eggert@twinsun.com>
|
||||||
|
|
||||||
|
* src/bison.simple (YYSTD): New macro.
|
||||||
|
(YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE, YYFPRINTF, YYSTDERR): Use
|
||||||
|
it to simplify macros, and fix some C++ porting problems reported
|
||||||
|
by Hans Aberg.
|
||||||
|
|
||||||
* src/output.c (output): Define YYDEBUG to 0 if it is not defined
|
* src/output.c (output): Define YYDEBUG to 0 if it is not defined
|
||||||
and if we are not debugging. POSIX requires this.
|
and if we are not debugging. POSIX requires this.
|
||||||
* NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document this.
|
* NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document this.
|
||||||
|
|||||||
Reference in New Issue
Block a user