]> git.saurik.com Git - bison.git/commitdiff
* src/bison.simple (YYSTD): New macro.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Dec 2001 23:51:46 +0000 (23:51 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Dec 2001 23:51:46 +0000 (23:51 +0000)
(YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE, YYFPRINTF, YYSTDERR): Use
it to simplify macros, and fix some C++ porting problems reported
by Hans Aberg.

ChangeLog

index 5d4c708fa64b663b5d79f8a32fe731d1cfd40655..8123a1d25c58f2880121b24bd2825f71cf839cd0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
        and if we are not debugging.  POSIX requires this.
        * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document this.
        * src/output.c (output): Define YYDEBUG to 0 if it is not defined
        and if we are not debugging.  POSIX requires this.
        * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document this.