aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-09-17 13:02:36 +0000
committerRichard Stallman <rms@gnu.org>1993-09-17 13:02:36 +0000
commit708c676e5e40451c043ac353d0e6dd219433b7ae (patch)
tree40a9202385ed8136818c2ffa827da02fc8860a3b
parent944d7b1408dfe5b174cc74f1c518f1737081ac32 (diff)
downloadgcc-708c676e5e40451c043ac353d0e6dd219433b7ae.zip
gcc-708c676e5e40451c043ac353d0e6dd219433b7ae.tar.gz
gcc-708c676e5e40451c043ac353d0e6dd219433b7ae.tar.bz2
(emit_library_call_value): Fix declaration.
From-SVN: r5343
-rw-r--r--gcc/expr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index 0ba4076..1b65867 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));