]> git.saurik.com Git - bison.git/blobdiff - NEWS
* NEWS (2.5): Describe new -D/--define feature.
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index 2c3238fefdb65f5e58e79de00b9fee312fce96c4..1a98c191d4ff23407c4d3104d220759cc708f3b4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,20 @@ Bison News
 
 * Changes in version 2.5 (????-??-??):
 
+** %define can now be invoked via the command line.
+
+  Each of these bison command-line options
+
+    -D NAME=VALUE
+    --define=NAME=VALUE
+
+  is equivalent to this grammar file declaration
+
+    %define NAME "VALUE"
+
+  for any NAME and VALUE.  Omitting `=VALUE' on the command line is
+  equivalent to omitting `"VALUE"' in the declaration.
+
 * Changes in version 2.4.2 (????-??-??):
 
 * Changes in version 2.4.1 (2008-12-11):