toplev.c (documented_lang_options): Remove -fident and -fnoident...

1999-02-15 17:11 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
	* toplev.c (documented_lang_options): Remove -fident and
          -fnoident, which are now handled by the language independent
	  option parser.

From-SVN: r25219
This commit is contained in:
Zack Weinberg 1999-02-15 14:13:20 +00:00 committed by Zack Weinberg
parent 4d9a1b48f9
commit 73cd870fc3
2 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,10 @@
1999-02-15 17:11 -0500 Zack Weinberg <zack@rabi.columbia.edu>
1999-02-15 16:59 -0500 Zack Weinberg <zack@midnite.ec.rhno.columbia.edu>
* toplev.c (documented_lang_options): Remove -fident and
-fnoident, which are now handled by the language independent
option parser.
1999-02-15 16:59 -0500 Zack Weinberg <zack@rabi.columbia.edu>
* c-common.c (UNGETC [USE_CPPLIB=1]): Do nothing if c is EOF.
* c-lex.c: Likewise.

View File

@ -1009,8 +1009,6 @@ documented_lang_options[] =
{ "-fno-cond-mismatch", "" },
{ "-fdollars-in-identifiers", "Allow the use of $ inside identifiers" },
{ "-fno-dollars-in-identifiers", "" },
{ "-fident", "" },
{ "-fno-ident", "Ignore #ident directives" },
{ "-fshort-double", "Use the same size for double as for float" },
{ "-fno-short-double", "" },
{ "-fshort-enums", "Use the smallest fitting integer to hold enums"},