summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoel E. Denny <joeldenny@joeldenny.org>2010-04-30 15:29:23 -0400
committerJoel E. Denny <joeldenny@joeldenny.org>2010-04-30 15:34:50 -0400
commit9b5049bd074ec26af9e216fd95eb8d618e3601a4 (patch)
treef36795082202fe46b633f94cc7cbf449351e1462 /ChangeLog
parent02354690ee02dfa05564137aafc6721eb54d21ab (diff)
downloadbison-9b5049bd074ec26af9e216fd95eb8d618e3601a4.tar.gz
Document that undefined %prec identifier warnings will remain.
* NEWS (2.4.3): Here. (2.4.2): Here. (cherry picked from commit ff1f7871df81d5183eafeff380104da7a4a94749)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c1293574..34c8c36d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2010-04-30 Joel E. Denny <joeldenny@joeldenny.org>
+ Document that undefined %prec identifier warnings will remain.
+ * NEWS (2.4.3): Here.
+ (2.4.2): Here.
+
+2010-04-30 Joel E. Denny <joeldenny@joeldenny.org>
+
Revert 2009-12-30 change for undefined %prec token complaints.
That is, keep them as warnings because that should be sufficient
to satisfy POSIX without creating backward compatibility issues.