diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-04-15 07:52:17 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-04-15 07:52:17 -0400 |
commit | 0dc09c0fe28f9abedf47050558506e46b49b38dc (patch) | |
tree | 5b86303f3fd3dd55a8490aeacf86b75780e98aac /gcc | |
parent | b55f96db06a8706fbdb2c19f627bc05d6b15dadf (diff) | |
download | gcc-0dc09c0fe28f9abedf47050558506e46b49b38dc.zip gcc-0dc09c0fe28f9abedf47050558506e46b49b38dc.tar.gz gcc-0dc09c0fe28f9abedf47050558506e46b49b38dc.tar.bz2 |
(bc_expand_increment): Change declaration to return void.
From-SVN: r11779
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -188,7 +188,7 @@ static rtx expand_builtin_apply_args PROTO((void)); static rtx expand_builtin_apply PROTO((rtx, rtx, rtx)); static void expand_builtin_return PROTO((rtx)); static rtx expand_increment PROTO((tree, int)); -rtx bc_expand_increment PROTO((struct increment_operator *, tree)); +void bc_expand_increment PROTO((struct increment_operator *, tree)); tree bc_runtime_type_code PROTO((tree)); rtx bc_allocate_local PROTO((int, int)); void bc_store_memory PROTO((tree, tree)); |