From 03dacb02c939db37e90967614f223c0045a6d21f Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 23 Mar 1993 08:35:15 -0500 Subject: [PATCH] (prepare_call_address): Again not static. From-SVN: r3850 --- gcc/calls.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gcc/calls.c b/gcc/calls.c index 2b024d45ece..009eda8acbe 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -119,7 +119,6 @@ int stack_arg_under_construction; #endif static int calls_function PROTO((tree, int)); -static rtx prepare_call_address PROTO((rtx, tree, rtx *)); static void emit_call_1 PROTO((rtx, tree, int, int, rtx, rtx, int, rtx, int)); static void store_one_arg PROTO ((struct arg_data *, rtx, int, int, @@ -218,7 +217,7 @@ calls_function (exp, which) to which a USE of the static chain register should be added, if required. */ -static rtx +rtx prepare_call_address (funexp, fndecl, use_insns) rtx funexp; tree fndecl; -- 2.30.2