diff options
Diffstat (limited to 'gcc/targhooks.h')
| -rw-r--r-- | gcc/targhooks.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/targhooks.h b/gcc/targhooks.h index 1965bbdb60c..ae6cf53c2a0 100644 --- a/gcc/targhooks.h +++ b/gcc/targhooks.h @@ -58,3 +58,5 @@ extern bool hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true (CUMULATIVE_ARGS *, enum machine_mode, tree, bool); extern int hook_int_CUMULATIVE_ARGS_mode_tree_bool_0 (CUMULATIVE_ARGS *, enum machine_mode, tree, bool); +extern const char *hook_invalid_arg_for_unprototyped_fn + (tree, tree, tree); |

