]> git.saurik.com Git - bison.git/blobdiff - NEWS
Fix precedence for end token.
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index 989e6b8b234db8748a5fc5a46b9a9958eb11c90d..3b2251216add41ca1d8655877767a932491541a0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -402,6 +402,16 @@ Bison News
 
     bison -Wnone gram.y
 
+** Precedence directives can now assign token number 0:
+
+  Since Bison 2.3b, which restored the ability of precedence
+  directives to assign token numbers, doing so for token number 0 has
+  produced an assertion failure.  For example:
+
+    %left END 0
+
+  This bug has been fixed.
+
 * Changes in version 2.4.3 (2010-08-05):
 
 ** Bison now obeys -Werror and --warnings=error for warnings about