]> gcc.gnu.org Git - gcc.git/commitdiff
(emit_library_call_value): Fix declaration.
authorRichard Stallman <rms@gnu.org>
Fri, 17 Sep 1993 13:02:36 +0000 (13:02 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 17 Sep 1993 13:02:36 +0000 (13:02 +0000)
From-SVN: r5343

gcc/expr.h

index 0ba407693aa47f12c9b34bfb144745f5756abb18..1b65867d960d8a912af6b8d765198439a8876c8b 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));
This page took 0.063606 seconds and 5 git commands to generate.