diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-09-17 13:02:36 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-09-17 13:02:36 +0000 |
commit | cd1f4711856742990415a2c908d7f2002d6debb3 (patch) | |
tree | 40a9202385ed8136818c2ffa827da02fc8860a3b /gcc/expr.h | |
parent | 3ff4f3a07c6d53f163e1f8417790ea4903695016 (diff) | |
download | gcc-cd1f4711856742990415a2c908d7f2002d6debb3.tar.gz |
(emit_library_call_value): Fix declaration.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5343 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.h b/gcc/expr.h index 0ba407693aa..1b65867d960 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)); |