]> git.saurik.com Git - bison.git/blobdiff - NEWS
lalrl1.cc: give a chance to user defined YYLLOC_DEFAULT.
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index ee269105210522fafe1fd36c8af6b9d417958e01..d890edbb495113bfcdd35ea43406bf49e8487258 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -215,6 +215,13 @@ Bison News
             }                                                              \
         while (false)
 
+** YYLLOC_DEFAULT in C++
+
+  The default implementation of YYLLOC_DEFAULT used to be issued in
+  the header file.  It is now output in the implementation file, after
+  the user %code sections so that its #ifndef guard does not try to
+  override the user's YYLLOC_DEFAULT if provided.
+
 * Changes in version 2.4.3 (????-??-??):
 
 ** Problems with spawning M4 on at least FreeBSD 8 and FreeBSD 9 have