(bc_expand_increment): Change declaration to return void.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 15 Apr 1996 11:52:17 +0000 (07:52 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 15 Apr 1996 11:52:17 +0000 (07:52 -0400)
From-SVN: r11779

gcc/expr.c

index 851c18eca04611a957c632a7bffef1c7a68cdea3..26fcd36b65116723f7adf104496d63b0cef4eadb 100644 (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));