mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-24 03:33:03 +00:00
* src/getargs.c (longopts): --debug' is -t', not `-d'.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2001-09-29 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/getargs.c (longopts): `--debug' is `-t', not `-d'.
|
||||
|
||||
2001-09-28 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* tests/testsuite.at: Update to newer Autotest.
|
||||
|
||||
@@ -50,7 +50,7 @@ static struct option longopts[] =
|
||||
|
||||
/* Parser. */
|
||||
{"skeleton", required_argument, 0, 'S'},
|
||||
{"debug", no_argument, 0, 'd'},
|
||||
{"debug", no_argument, 0, 't'},
|
||||
{"locations", no_argument, &locations_flag, 1},
|
||||
/* was 'a'; apparently unused -wjh */
|
||||
{"name-prefix", required_argument, 0, 'p'},
|
||||
|
||||
Reference in New Issue
Block a user