mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 04:13:03 +00:00
* NEWS (2.5): Describe new -D/--define feature.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2009-04-06 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
* NEWS (2.5): Describe new -D/--define feature.
|
||||
|
||||
2008-11-10 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
--trace=muscles
|
||||
|
||||
14
NEWS
14
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):
|
||||
|
||||
Reference in New Issue
Block a user