OSDN Git Service

(emit_library_call_value): Fix declaration.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Sep 1993 13:02:36 +0000 (13:02 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Sep 1993 13:02:36 +0000 (13:02 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5343 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/expr.h

index 0ba4076..1b65867 100644 (file)
@@ -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));