diff options
author | Neil Booth <neil@daikokuya.co.uk> | 2002-08-07 18:32:13 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2002-08-07 18:32:13 +0000 |
commit | 0b6f2917cfcbfbaccca804e0f038ac8c4457f772 (patch) | |
tree | f482610e2d7395c411d78c8b0b4b49417cca0344 /gcc/c-tree.h | |
parent | e49ec17d553e4c1e5c3a18a6bb15627959c5a313 (diff) | |
download | gcc-0b6f2917cfcbfbaccca804e0f038ac8c4457f772.zip gcc-0b6f2917cfcbfbaccca804e0f038ac8c4457f772.tar.gz gcc-0b6f2917cfcbfbaccca804e0f038ac8c4457f772.tar.bz2 |
Makefile.in (c-opts.o, [...]): Update.
* Makefile.in (c-opts.o, c-common.o, C_AND_OBJC_OBJS): Update.
* c-common.c: Don't include tree-inline.h.
(c_common_init_options, c_common_post_options): Move to c-opts.c.
* c-common.h (c_common_decode_option): New.
* c-decl.c (c_decode_option): Remove.
* c-lang.c (LANG_HOOKS_DECODE_OPTION): Use c_common_decode_option.
* c-opts.c: New file.
* c-tree.h (c_decode_option): Remove.
* doc/passes.texi: Update.
* objc/objc-act.c (objc_decode_option): Remove.
* objc/objc-act.h (objc_decode_option): Remove.
* objc/ojbc-lang.c (LANG_HOOKS_DECODE_OPTION): Use
c_common_decode_option.
cp:
* Make-lang.in (CXX_C_OBJS): Update.
* cp-lang.c (LANG_HOOKS_DECODE_OPTION): Use c_common_decode_option.
* cp-tree.h (cxx_decode_option): Remove.
* decl2.c (compare_options, lang_f_options, unsupported_options,
cxx_decode_option): Remove.
testsuite:
* objc.dg/const-str-2.m: Update.
* gcc.dg/cpp/c++98.c: Change to C extension.
* gcc.dg/cpp/c++98-pedantic.c: Similarly.
* gcc.dg/cpp/cpp.exp: Process .C extensions too.
From-SVN: r56105
Diffstat (limited to 'gcc/c-tree.h')
-rw-r--r-- | gcc/c-tree.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h index 348619b..74133b3 100644 --- a/gcc/c-tree.h +++ b/gcc/c-tree.h @@ -195,7 +195,6 @@ extern void c_dup_lang_specific_decl PARAMS ((tree)); extern void c_print_identifier PARAMS ((FILE *, tree, int)); extern tree build_array_declarator PARAMS ((tree, tree, int, int)); extern tree build_enumerator PARAMS ((tree, tree)); -extern int c_decode_option PARAMS ((int, char **)); extern void check_for_loop_decls PARAMS ((void)); extern void clear_parm_order PARAMS ((void)); extern int complete_array_type PARAMS ((tree, tree, int)); |