aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-06-26 06:31:09 +0000
committerRichard Stallman <rms@gnu.org>1993-06-26 06:31:09 +0000
commit9f4d9f6cd70f6a66c0c3499fb4e1afd42acd183d (patch)
treee15cc8616349f7505f83f4408886cda0c48e6596
parent1c8d7aef51dc9e36853a5b14b3f8ce25d0cd952a (diff)
downloadgcc-9f4d9f6cd70f6a66c0c3499fb4e1afd42acd183d.zip
gcc-9f4d9f6cd70f6a66c0c3499fb4e1afd42acd183d.tar.gz
gcc-9f4d9f6cd70f6a66c0c3499fb4e1afd42acd183d.tar.bz2
(calls_function_1): Add declaration.
From-SVN: r4738
-rw-r--r--gcc/calls.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/calls.c b/gcc/calls.c
index 052cbb2..c8ce137 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,