From 9f4d9f6cd70f6a66c0c3499fb4e1afd42acd183d Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 26 Jun 1993 06:31:09 +0000 Subject: [PATCH] (calls_function_1): Add declaration. From-SVN: r4738 --- gcc/calls.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/calls.c b/gcc/calls.c index 052cbb27fc3..c8ce137af31 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -119,6 +119,7 @@ int stack_arg_under_construction; #endif static int calls_function PROTO((tree, int)); +static int calls_function_1 PROTO((tree, int)); 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, -- 2.30.2