(calls_function_1): Add declaration.
authorRichard Stallman <rms@gnu.org>
Sat, 26 Jun 1993 06:31:09 +0000 (06:31 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 26 Jun 1993 06:31:09 +0000 (06:31 +0000)
From-SVN: r4738

gcc/calls.c

index 052cbb27fc3d2e920a31933294384bef8c15936a..c8ce137af31c0f8e07d9dc158c66de210a82546a 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,