Add prototypes for static functions.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 21 Apr 1994 19:33:56 +0000 (15:33 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 21 Apr 1994 19:33:56 +0000 (15:33 -0400)
commit704f4dca8c96556faf91cfc44bf248e959819f8a
tree2c3270cbc06d8d79af3296638d9c1077a22a8c33
parenta035305579ecac7295297db723544014892a36f0
Add prototypes for static functions.

(expand_fixups): New function.
(fixup_gotos): Now static.
Don't call bc_fixup_gotos with wrong type (but now probably wrong value).
(bc_*): Now static.
(expand_exit_loop_if_false): Call bc_expand_goto_internal with proper null
pointer.
(expand_decl_init): Call bc_expand_decl_init if writing bytecode.

From-SVN: r7121
gcc/stmt.c