]> git.saurik.com Git - bison.git/blobdiff - NEWS
glr.cc: %defines is no longer mandatory
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index fd749368d50ebcfa12ffcb784fd99b2ee572b346..8f52f80c6fabc3b263de2bfe6532c2b89d3b1ff6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -85,13 +85,13 @@ GNU Bison NEWS
 
 ** C++ skeletons improvements
 
-*** parser header (%defines) is no longer mandatory (lalr1.cc)
+*** The parser header is no longer mandatory (lalr1.cc, glr.cc)
 
-  In which case, if needed, the support classes are defined in the generated
-  parser, instead of additional files (location.hh, position.hh and
-  stack.hh).
+  Using %defines is now optional.  Without it, the needed support classes
+  are defined in the generated parser, instead of additional files (such as
+  location.hh, position.hh and stack.hh).
 
-*** locations are no longer mandatory (lalr1.cc, glr.cc)
+*** Locations are no longer mandatory (lalr1.cc, glr.cc)
 
   Both lalr1.cc and glr.cc no longer require %location.