From 0dc09c0fe28f9abedf47050558506e46b49b38dc Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 15 Apr 1996 07:52:17 -0400 Subject: [PATCH] (bc_expand_increment): Change declaration to return void. From-SVN: r11779 --- gcc/expr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/expr.c b/gcc/expr.c index 851c18eca04..26fcd36b651 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)); -- 2.30.2