From: Richard Kenner Date: Mon, 18 Apr 1994 20:38:16 +0000 (-0400) Subject: (prepare_call_address): Extend prototype. X-Git-Tag: misc/cutover-egcs-0~6868 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0aaf6c85d2f60bc9483e3834a1e1031b5d89c557;p=thirdparty%2Fgcc.git (prepare_call_address): Extend prototype. From-SVN: r7075 --- diff --git a/gcc/expr.h b/gcc/expr.h index 6c0418f4b985..45f6d7ca99a8 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));