OSDN Git Service

(calls_function_1): Add declaration.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 26 Jun 1993 06:31:09 +0000 (06:31 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 26 Jun 1993 06:31:09 +0000 (06:31 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4738 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/calls.c

index 052cbb2..c8ce137 100644 (file)
@@ -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,