From 0aaf6c85d2f60bc9483e3834a1e1031b5d89c557 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 18 Apr 1994 16:38:16 -0400 Subject: [PATCH] (prepare_call_address): Extend prototype. From-SVN: r7075 --- gcc/expr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/expr.h b/gcc/expr.h index 6c0418f4b98..45f6d7ca99a 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)); -- 2.30.2