diff options
author | Richard Stallman <rms@gnu.org> | 1993-09-17 13:02:36 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-09-17 13:02:36 +0000 |
commit | 708c676e5e40451c043ac353d0e6dd219433b7ae (patch) | |
tree | 40a9202385ed8136818c2ffa827da02fc8860a3b | |
parent | 944d7b1408dfe5b174cc74f1c518f1737081ac32 (diff) | |
download | gcc-708c676e5e40451c043ac353d0e6dd219433b7ae.zip gcc-708c676e5e40451c043ac353d0e6dd219433b7ae.tar.gz gcc-708c676e5e40451c043ac353d0e6dd219433b7ae.tar.bz2 |
(emit_library_call_value): Fix declaration.
From-SVN: r5343
-rw-r--r-- | gcc/expr.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)); |