diff options
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index 680550a6520..ff6c5810232 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -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 */ |