diff options
Diffstat (limited to 'gcc/hooks.h')
-rw-r--r-- | gcc/hooks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/hooks.h b/gcc/hooks.h index 5fd8296..5028062 100644 --- a/gcc/hooks.h +++ b/gcc/hooks.h @@ -71,7 +71,7 @@ extern tree hook_tree_const_tree_null (const_tree); extern tree hook_tree_tree_tree_null (tree, tree); extern tree hook_tree_tree_tree_tree_null (tree, tree, tree); extern tree hook_tree_tree_tree_tree_3rd_identity (tree, tree, tree); -extern tree hook_tree_tree_tree_bool_null (tree, tree, bool); +extern tree hook_tree_tree_int_treep_bool_null (tree, int, tree *, bool); extern unsigned hook_uint_uint_constcharptrptr_0 (unsigned, const char **); |