(bc_expand_increment): Change declaration to return void.

From-SVN: r11779
This commit is contained in:
Richard Kenner 1996-04-15 07:52:17 -04:00
parent b55f96db06
commit 0dc09c0fe2
1 changed files with 1 additions and 1 deletions

View File

@ -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));