From: Richard Kenner Date: Mon, 15 Apr 1996 11:52:17 +0000 (-0400) Subject: (bc_expand_increment): Change declaration to return void. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0dc09c0fe28f9abedf47050558506e46b49b38dc;p=gcc.git (bc_expand_increment): Change declaration to return void. From-SVN: r11779 --- 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));