diff options
Diffstat (limited to 'gcc/hooks.h')
-rw-r--r-- | gcc/hooks.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/hooks.h b/gcc/hooks.h index 318af08..eebda9a 100644 --- a/gcc/hooks.h +++ b/gcc/hooks.h @@ -66,4 +66,7 @@ extern tree hook_tree_tree_tree_tree_3rd_identity (tree, tree, tree); extern const char *hook_constcharptr_tree_null (tree); extern tree hook_tree_tree_tree_bool_null (tree, tree, bool); extern const char *hook_constcharptr_rtx_null (rtx); +extern const char *hook_constcharptr_tree_tree_null (tree, tree); +extern const char *hook_constcharptr_int_tree_null (int, tree); +extern const char *hook_constcharptr_int_tree_tree_null (int, tree, tree); #endif |