From c98662e02092adc0bd3fe4cf898f5bf2ba533f37 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 30 May 2006 18:34:32 +0000 Subject: c-common.h: Remove the prototype for yyparse. * c-common.h: Remove the prototype for yyparse. * rtl.h: Remove the prototype for init_loop. From-SVN: r114242 --- gcc/rtl.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'gcc/rtl.h') diff --git a/gcc/rtl.h b/gcc/rtl.h index 7539ead..42c4db6 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -2116,9 +2116,6 @@ extern void print_simple_rtl (FILE *, rtx); extern int print_rtl_single (FILE *, rtx); extern void print_inline_rtx (FILE *, rtx, int); -/* In loop.c */ -extern void init_loop (void); - /* In bt-load.c */ extern void branch_target_load_optimize (bool); -- cgit v1.1