-D, --define.

* src/getargs.c (usage): Document -D.
	Fix help string for --locations.
	(command_line_location): New.
	(short_options, long_options, getargs): Support -D, --define.
	(getargs): Move -d support at the right place.
	* doc/bison.texinfo (Bison Options): Update.
	* tests/input.at (%define, --define): New.
This commit is contained in:
Akim Demaille
2008-07-29 12:52:19 +02:00
parent 9fe5a4571e
commit 58697c6d89
4 changed files with 80 additions and 7 deletions

View File

@@ -1,3 +1,14 @@
2008-11-07 Akim Demaille <demaille@gostai.com>
-D, --define.
* src/getargs.c (usage): Document -D.
Fix help string for --locations.
(command_line_location): New.
(short_options, long_options, getargs): Support -D, --define.
(getargs): Move -d support at the right place.
* doc/bison.texinfo (Bison Options): Update.
* tests/input.at (%define, --define): New.
2008-11-07 Akim Demaille <demaille@gostai.com>
Initialize the muscle table before parsing the command line.