diff options
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index 14291b4a3a4..be81bebe6db 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -1652,6 +1652,7 @@ extern int set_dominates_use PROTO ((int, int, int, rtx, rtx)); extern void bss_section PROTO ((void)); extern int in_data_section PROTO ((void)); extern int supports_one_only PROTO ((void)); +extern void init_varasm_once PROTO ((void)); /* In rtl.c */ extern void init_rtl PROTO ((void)); |