diff options
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index a882cf6f4fe..92ee5838417 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -1847,9 +1847,7 @@ extern int function_invariant_p PARAMS ((rtx)); extern void reload_cse_regs PARAMS ((rtx)); extern void init_reload PARAMS ((void)); extern void mark_home_live PARAMS ((int)); -#ifdef BUFSIZ -extern int reload PARAMS ((rtx, int, FILE *)); -#endif +extern int reload PARAMS ((rtx, int)); /* In caller-save.c */ extern void init_caller_save PARAMS ((void)); |