aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-04-15 07:52:17 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1996-04-15 07:52:17 -0400
commit0dc09c0fe28f9abedf47050558506e46b49b38dc (patch)
tree5b86303f3fd3dd55a8490aeacf86b75780e98aac
parentb55f96db06a8706fbdb2c19f627bc05d6b15dadf (diff)
downloadgcc-0dc09c0fe28f9abedf47050558506e46b49b38dc.zip
gcc-0dc09c0fe28f9abedf47050558506e46b49b38dc.tar.gz
gcc-0dc09c0fe28f9abedf47050558506e46b49b38dc.tar.bz2
(bc_expand_increment): Change declaration to return void.
From-SVN: r11779
-rw-r--r--gcc/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index 851c18e..26fcd36 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -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));