aboutsummaryrefslogtreecommitdiff
path: root/gcc/hooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/hooks.h')
-rw-r--r--gcc/hooks.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/hooks.h b/gcc/hooks.h
index a72f6c88013..cea9ec357c1 100644
--- a/gcc/hooks.h
+++ b/gcc/hooks.h
@@ -60,5 +60,7 @@ extern rtx hook_rtx_tree_int_null (tree, int);
extern void * hook_voidp_size_t_null (size_t);
extern bool hook_bool_voidp_size_t_false (void *, size_t);
extern tree hook_tree_tree_identity (tree a);
-
+extern const char *hook_constcharptr_tree_null (tree);
+/* APPLE LOCAL AltiVec */
+extern bool hook_bool_constcpp_tokenp_false (const struct cpp_token *);
#endif