From 708c676e5e40451c043ac353d0e6dd219433b7ae Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Fri, 17 Sep 1993 13:02:36 +0000 Subject: [PATCH] (emit_library_call_value): Fix declaration. From-SVN: r5343 --- 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.30.2