OSDN Git Service

Add prototypes for static functions.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Apr 1994 19:33:56 +0000 (19:33 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Apr 1994 19:33:56 +0000 (19:33 +0000)
commit42a80fe4bb2e4d93471498e47c1b4036ceb78e47
tree2c3270cbc06d8d79af3296638d9c1077a22a8c33
parent5aab0efdd622079664e4de6f178b5bbd7d9a1663
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7121 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/stmt.c