* src/getargs.c (long_options): Remove duplicates.

* src/vmsgetargs.c, src/build.com, src/bison.cld, src/vmshlp.mar:
Remove.
* doc/bison.rnh: Remove.
* doc/bison.texinfo (VMS Invocation): Remove.
This commit is contained in:
Akim Demaille
2002-11-12 08:13:10 +00:00
parent 95612cfa60
commit 573a6cd356
10 changed files with 10 additions and 387 deletions

View File

@@ -284,18 +284,6 @@ static struct option const long_options[] =
/* Hidden. */
{ "trace", optional_argument, 0, 'T' },
/* FIXME: semantic parsers will output an `include' of an
output file: be sure that the naem included is indeed the name of
the output file. */ /* FIXME Should we activate this options ?
*/
{ "output", required_argument, 0, 'o' },
{ "file-prefix", required_argument, 0, 'b' },
{ "name-prefix", required_argument, 0, 'p' },
/*
* Percent and command line declarations.
*/
/* Output. */
{ "defines", optional_argument, 0, 'd' },