(prepare_call_address): Extend prototype.

From-SVN: r7075
This commit is contained in:
Richard Kenner 1994-04-18 16:38:16 -04:00
parent ccfa6cbb7b
commit 0aaf6c85d2
1 changed files with 1 additions and 1 deletions

View File

@ -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));