From ab3399e0c6329b4864d675bdd62baf4ff78bc1dc Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 17 Dec 2001 19:43:46 +0000 Subject: [PATCH] * 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. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) 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. -- 2.49.0