c-common.c (c_common_init_options): Use C89 for Objective-C, and set the options...
authorNeil Booth <neil@daikokuya.demon.co.uk>
Fri, 17 May 2002 19:37:43 +0000 (19:37 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Fri, 17 May 2002 19:37:43 +0000 (19:37 +0000)
commitbdcae02bc40594b8e41e7aff7a4b309d41be59c0
treef20cac63581f41b6154d0525dd2fbecec4ecddf6
parent0fca60abae8a470b8fa0be07ed10dc44fc2f039d
c-common.c (c_common_init_options): Use C89 for Objective-C, and set the options flag.

* c-common.c (c_common_init_options): Use C89 for Objective-C,
and set the options flag.
* cppinit.c (lang_flags): Remove objc.
(lang_defaults): Remove OBJC and OBJCXX.
(set_lang): Update.
(COMMAND_LINE_OPTIONS): Remove -+ and -lang-objc++.
(cpp_handle_option): Remove -+ and -lang-objc++.
For ObjC, just set a flag.
(print_help): Update.
* cpplib.h (enum c_lang): Remove CLK_OBJC and CLK_OBJCXX.

From-SVN: r53566
gcc/ChangeLog
gcc/c-common.c
gcc/cppinit.c
gcc/cpplib.h