]> git.saurik.com Git - bison.git/blobdiff - NEWS
Fix precedence for end token.
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index 3eb2cc69d06cec6208bcbfa9ee9cd63fca63269f..e063b7824c01954db43915622d78acc65c98afca 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -343,6 +343,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