diff options
Diffstat (limited to 'gcc/config/sh/sh-protos.h')
| -rw-r--r-- | gcc/config/sh/sh-protos.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/sh/sh-protos.h b/gcc/config/sh/sh-protos.h index b00ebde..082d794 100644 --- a/gcc/config/sh/sh-protos.h +++ b/gcc/config/sh/sh-protos.h @@ -141,5 +141,6 @@ extern rtx sh_function_arg (CUMULATIVE_ARGS *, enum machine_mode, tree, int); extern void sh_function_arg_advance (CUMULATIVE_ARGS *, enum machine_mode, tree, int); extern int sh_pass_in_reg_p (CUMULATIVE_ARGS *, enum machine_mode, tree); extern const char *sh_pch_valid_p (const void *data_p, size_t sz); +extern bool sh_promote_prototypes (tree); #endif /* ! GCC_SH_PROTOS_H */ |
