From c520f816b11230c775b0c79038c2194b3856bc7d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 17 Dec 2001 18:49:14 +0000 Subject: [PATCH] * 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_gram, output_rule_data): Do not assume that the user defines YYDEBUG to a properly parenthesized expression. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index add10c75..5d4c708f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2001-12-17 Paul Eggert + + * 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_gram, output_rule_data): Do not assume that + the user defines YYDEBUG to a properly parenthesized expression. + 2001-12-15 Akim Demaille * src/nullable.c (set_nullable): Useless rules must be skipped, -- 2.50.0