bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] * NEWS (2.5): New section. Describe new -D/--define feature.


From: Joel E. Denny
Subject: [PATCH] * NEWS (2.5): New section. Describe new -D/--define feature.
Date: Mon, 6 Apr 2009 17:54:06 -0400 (EDT)

I pushed this to branch-2.5 and a similar patch to create a 2.5 section in 
master:NEWS.

>From 4ecd3681992375013c8e8f532a5463eb17781424 Mon Sep 17 00:00:00 2001
From: Joel E. Denny <address@hidden>
Date: Mon, 6 Apr 2009 06:22:27 -0400
Subject: [PATCH] * NEWS (2.5): Describe new -D/--define feature.

diff --git a/ChangeLog b/ChangeLog
index e3c305b..6beb824 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-04-06  Joel E. Denny  <address@hidden>
+
+       * NEWS (2.5): Describe new -D/--define feature.
+
 2008-11-10  Akim Demaille  <address@hidden>
 
        --trace=muscles
diff --git a/NEWS b/NEWS
index 2c3238f..1a98c19 100644
--- 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):
-- 
1.5.4.3





reply via email to

[Prev in Thread] Current Thread [Next in Thread]