diff options
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2167,7 +2167,7 @@ extern void create_profiler PARAMS ((void)); /* In reg-stack.c */ #ifdef BUFSIZ -extern void reg_to_stack PARAMS ((rtx, FILE *)); +extern bool reg_to_stack PARAMS ((rtx, FILE *)); #endif /* In fold-const.c */ |