Commit 73cd870f by Zack Weinberg Committed by Zack Weinberg

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
parent 4d9a1b48
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.
......
......@@ -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"},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment