From: Paul Eggert Date: Mon, 17 Dec 2001 19:43:46 +0000 (+0000) Subject: * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document that X-Git-Tag: before-m4-back-end~108 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/ab3399e0c6329b4864d675bdd62baf4ff78bc1dc * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document that YYDEBUG must be defined to a nonzero value. * src/bison.simple (yytname): Do not assume that the user defines YYDEBUG to a properly parenthesized expression. --- diff --git a/ChangeLog b/ChangeLog index 62a37342..79840f93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2001-12-17 Paul Eggert + + * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document that + YYDEBUG must be defined to a nonzero value. + + * src/bison.simple (yytname): Do not assume that the user defines + YYDEBUG to a properly parenthesized expression. + 2001-12-17 Akim Demaille * src/state.h (state_t): Rename lookaheads as lookaheadsp.