diff options
Diffstat (limited to 'gcc/targhooks.h')
-rw-r--r-- | gcc/targhooks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/targhooks.h b/gcc/targhooks.h index a39d27df337..24e3b6d38be 100644 --- a/gcc/targhooks.h +++ b/gcc/targhooks.h @@ -68,4 +68,4 @@ extern const char *hook_invalid_arg_for_unprototyped_fn (tree, tree, tree); extern bool hook_bool_rtx_commutative_p (rtx, int); extern rtx default_function_value (tree, tree, bool); - +extern rtx default_internal_arg_pointer (void); |