Commit 708c676e by Richard Stallman

(emit_library_call_value): Fix declaration.

From-SVN: r5343
parent 944d7b14
......@@ -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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment