aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-04-18 16:38:16 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1994-04-18 16:38:16 -0400
commit0aaf6c85d2f60bc9483e3834a1e1031b5d89c557 (patch)
tree4bd3189ec2af349bf3259785400ea1584e10a1fc /gcc
parentccfa6cbb7b1ed768010ab72d25a14b280e934e94 (diff)
downloadgcc-0aaf6c85d2f60bc9483e3834a1e1031b5d89c557.zip
gcc-0aaf6c85d2f60bc9483e3834a1e1031b5d89c557.tar.gz
gcc-0aaf6c85d2f60bc9483e3834a1e1031b5d89c557.tar.bz2
(prepare_call_address): Extend prototype.
From-SVN: r7075
Diffstat (limited to 'gcc')
-rw-r--r--gcc/expr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index 6c0418f..45f6d7c 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -701,7 +701,7 @@ extern rtx trampoline_address PROTO((tree));
in its original home. This becomes invalid if any more code is emitted. */
extern rtx hard_function_value PROTO((tree, tree));
-extern rtx prepare_call_address PROTO((rtx, tree, rtx *));
+extern rtx prepare_call_address PROTO((rtx, tree, rtx *, int));
extern rtx expand_call PROTO((tree, rtx, int));