]> git.saurik.com Git - bison.git/blobdiff - NEWS
glr.cc, yacc.c: initialize yylloc properly
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index 37b8e2c02dbdae7675d7149740ee23492973f22b..3d21470a0685fa0c929a3ae1508c0b3c1e15d7ba 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,9 @@ GNU Bison NEWS
 
   Nul characters are correctly displayed in error messages.
 
+  When possible, yylloc is correctly initialized before calling yylex.  It
+  is no longer necessary to initialize it in the %initial-action.
+
 * Noteworthy changes in release 2.6.4 (2012-10-23) [stable]
 
   Bison 2.6.3's --version was incorrect.  This release fixes this issue.