summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2001-12-17 18:49:14 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2001-12-17 18:49:14 +0000
commitc520f816b11230c775b0c79038c2194b3856bc7d (patch)
tree5ce404e791e31aa85cd866d174dd80f8a21852a6 /ChangeLog
parentcc6ed5f7f1d81de46bbbaafc5af7a3718d1cf7f3 (diff)
downloadbison-c520f816b11230c775b0c79038c2194b3856bc7d.tar.gz
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index add10c75..5d4c708f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2001-12-17 Paul Eggert <eggert@twinsun.com>
+
+ * 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 <akim@epita.fr>
* src/nullable.c (set_nullable): Useless rules must be skipped,