From: Paul Eggert Date: Mon, 17 Dec 2001 23:51:46 +0000 (+0000) Subject: * src/bison.simple (YYSTD): New macro. X-Git-Tag: BISON-1_30h~3 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/6b1ec1fb33d45d89074139b69d76ebfc52b0a4c6?ds=sidebyside * 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. --- diff --git a/ChangeLog b/ChangeLog index 5d4c708f..8123a1d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2001-12-17 Paul Eggert + * 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.