]> git.saurik.com Git - bison.git/blobdiff - NEWS
lalr1.cc: location.hh and position.hh are not generated without %defines
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index 1e660a2faf2d02b51d3d211545e8859e38291e61..ef01a6a27eeed2d4468f49c418ead444bc8e37f8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -84,6 +84,11 @@ GNU Bison NEWS
 
 ** C++ skeletons improvements
 
+*** parser header (%defines) is no longer mandatory (lalr1.cc)
+
+  In which case, if needed, the support classes are defined in the generated
+  parser, instead of additional files such as position.hh and location.hh.
+
 *** locations are no longer mandatory (lalr1.cc, glr.cc)
 
   Both lalr1.cc and glr.cc no longer require %location.