aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2000-12-22 12:27:36 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2000-12-22 12:27:36 +0000
commitfc608b0321008b7fab4f1d797d5f0a7855b47b02 (patch)
tree799a3e92e0a1f48649c9992ca66eeffa273bc181 /gcc/objc
parenta545190e1f8537cf66ff53a580168489102dbf09 (diff)
downloadgcc-fc608b0321008b7fab4f1d797d5f0a7855b47b02.zip
gcc-fc608b0321008b7fab4f1d797d5f0a7855b47b02.tar.gz
gcc-fc608b0321008b7fab4f1d797d5f0a7855b47b02.tar.bz2
Makefile.in (sched-deps.o, [...]): Fix dependency typo.
* Makefile.in (sched-deps.o, sched-rgn.o): Fix dependency typo. * fp-bit.h (usi_to_float): Add prototype. * i386.c (file_info_cmp): Likewise. (dwarf2out_line): Hide variable `old_in_use'. * objc-act.c (objc_fatal): Delete. * sched-vis.c (visualize_stall_cycles): Remove unused variable. * system.h (getopt): Fix error in last change. * varasm.c (assemble_trampoline_template): Constify. From-SVN: r38452
Diffstat (limited to 'gcc/objc')
-rw-r--r--gcc/objc/objc-act.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c
index f983e87..5b6e33a 100644
--- a/gcc/objc/objc-act.c
+++ b/gcc/objc/objc-act.c
@@ -276,8 +276,6 @@ static void dump_interface PARAMS ((FILE *, tree));
/* Everything else. */
-static void objc_fatal PARAMS ((void))
- ATTRIBUTE_NORETURN;
static tree define_decl PARAMS ((tree, tree));
static tree lookup_method_in_protocol_list PARAMS ((tree, tree, int));
static tree lookup_protocol_in_reflist PARAMS ((tree, tree));
@@ -745,12 +743,6 @@ lang_init ()
c_parse_init ();
}
-static void
-objc_fatal ()
-{
- fatal ("Objective-C text in C source file");
-}
-
void
finish_file ()
{