This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

A prototype for loop.c


oballoc is declared in both rtl.h and tree.h.

-- 
H.J. Lu (hjl@gnu.org)
----
Sun Jun 21 09:53:28 1998  H.J. Lu  (hjl@gnu.org)

	* loop.c (oballoc): Remove declaration.
	(replace_call_address): Add prototype.

Index: loop.c
===================================================================
RCS file: /home/work/cvs/gnu/egcs/gcc/loop.c,v
retrieving revision 1.1.1.29
diff -u -p -r1.1.1.29 loop.c
--- loop.c	1998/06/20 15:21:51	1.1.1.29
+++ loop.c	1998/06/21 18:37:33
@@ -227,8 +227,6 @@ extern struct obstack *rtl_obstack;
 
 #define obstack_chunk_alloc xmalloc
 #define obstack_chunk_free free
-
-extern char *oballoc ();
 
 /* During the analysis of a loop, a chain of `struct movable's
    is made to record all the movable insns found.
@@ -290,7 +288,7 @@ static void note_addr_stored PROTO((rtx,
 static int loop_reg_used_before_p PROTO((rtx, rtx, rtx, rtx, rtx));
 static void scan_loop PROTO((rtx, rtx, int, int));
 #if 0
-static void replace_call_address PROTO(());
+static void replace_call_address PROTO((rtx, rtx, rtx));
 #endif
 static rtx skip_consec_insns PROTO((rtx, int));
 static int libcall_benefit PROTO((rtx));


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]