From cd1f4711856742990415a2c908d7f2002d6debb3 Mon Sep 17 00:00:00 2001 From: rms Date: Fri, 17 Sep 1993 13:02:36 +0000 Subject: [PATCH] (emit_library_call_value): Fix declaration. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5343 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/expr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/expr.h b/gcc/expr.h index 0ba407693aa..1b65867d960 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -626,7 +626,7 @@ extern void emit_push_insn PROTO((rtx, enum machine_mode, tree, rtx, int, /* Emit library call. These cannot have accurate prototypes since they have a variable number of args. */ extern void emit_library_call (); -extern void emit_library_call_value (); +extern rtx emit_library_call_value (); /* Expand an assignment that stores the value of FROM into TO. */ extern rtx expand_assignment PROTO((tree, tree, int, int)); -- 2.11.0