aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-objc-common.h
diff options
context:
space:
mode:
authorShujing Zhao <pearly.zhao@oracle.com>2009-07-08 11:35:18 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2009-07-08 11:35:18 +0000
commit8ed77e22a98f25dc1eddf22fb4bc50b7657aac4e (patch)
tree2abd59c2109527c98ee3da6ce4d884137ae1d222 /gcc/c-objc-common.h
parentc6075b134c6292f624b3d3ae5543a34f9a78e4dd (diff)
downloadgcc-8ed77e22a98f25dc1eddf22fb4bc50b7657aac4e.zip
gcc-8ed77e22a98f25dc1eddf22fb4bc50b7657aac4e.tar.gz
gcc-8ed77e22a98f25dc1eddf22fb4bc50b7657aac4e.tar.bz2
basic-block.h (dump_regset, [...]): Remove duplicate prototypes.
2009-07-08 Shujing Zhao <pearly.zhao@oracle.com> * basic-block.h (dump_regset, debug_regset): Remove duplicate prototypes. * c-objc-common.h (c_initialize_diagnostics): Ditto. * ebitmap.h (dump_ebitmap): Ditto. * optabs.h (optab_libfunc): Ditto. * tree.h (tree_expr_nonzero_warnv_p): Ditto. * tree-flow.h (vect_can_force_dr_alignment_p, get_vectype_for_scalar_type): Ditto. (vectorize_loops): Move prototype to ... * tree-vectorizer.h: ... here. Also, adjust comment. (vect_set_verbosity_level): Remove duplicate prototype. * tree-ssa-loop.c: Include tree-vectorizer.h. * Makefile.in (tree-ssa-loop.o): Depend on tree-vectorizer.h. From-SVN: r149364
Diffstat (limited to 'gcc/c-objc-common.h')
-rw-r--r--gcc/c-objc-common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/c-objc-common.h b/gcc/c-objc-common.h
index 6ef98fe..aaff1c9 100644
--- a/gcc/c-objc-common.h
+++ b/gcc/c-objc-common.h
@@ -21,9 +21,6 @@ along with GCC; see the file COPYING3. If not see
#ifndef GCC_C_OBJC_COMMON
#define GCC_C_OBJC_COMMON
-/* In c-objc-common.c. */
-extern void c_initialize_diagnostics (diagnostic_context *);
-
/* Lang hooks that are shared between C and ObjC are defined here. Hooks
specific to C or ObjC go in c-lang.c and objc/objc-lang.c, respectively. */