c-common.h (enum c_language_kind): Emphasize that clk_c is 0.
authorNeil Booth <neil@gcc.gnu.org>
Sun, 11 Aug 2002 07:32:19 +0000 (07:32 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sun, 11 Aug 2002 07:32:19 +0000 (07:32 +0000)
commitb4a93904915748680a5e7ba1fc78e78a8eb10e72
treed73a75baf01dafc07eb90997c31af2280b21f9a0
parent982f35d62b68f23a8f84e39b2a6302bf2d8c2b19
c-common.h (enum c_language_kind): Emphasize that clk_c is 0.

* c-common.h (enum c_language_kind): Emphasize that clk_c is 0.
* c-opts.c (parse_option): Rename find_opt.
(set_std_c99): New function.
(COMMAND_LINE_OPTIONS): Handle -remap and -o.  Remove OPT_std_bad.
(missing_arg): Remove OPT_std_bad.  Handle -o.
(c_common_decode_option): Handle input and output file names,
-o and -remap. Clean up -std= handling.
* cppinit.c (COMMAND_LINE_OPTIONS): Remove OPT_o and OPT_remap.
(cpp_handle_option): Similarly.  Don't handle filenames.

From-SVN: r56197
gcc/c-common.h
gcc/c-opts.c
gcc/cppinit.c