diff options
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h index 0b6eb66b68d..966b3f74e47 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -558,6 +558,9 @@ extern rtx get_first_block_beg PROTO((void)); extern void init_virtual_regs PROTO((struct emit_status *)); +/* Called once, at initialization, to initialize function.c. */ +extern void init_function_once PROTO((void)); + #ifdef rtx #undef rtx #endif |