diff options
Diffstat (limited to 'gcc/hooks.c')
-rw-r--r-- | gcc/hooks.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/hooks.c b/gcc/hooks.c index aac4448..97e1064 100644 --- a/gcc/hooks.c +++ b/gcc/hooks.c @@ -299,9 +299,10 @@ hook_constcharptr_const_tree_null (const_tree t ATTRIBUTE_UNUSED) } tree -hook_tree_tree_tree_bool_null (tree t0 ATTRIBUTE_UNUSED, - tree t1 ATTRIBUTE_UNUSED, - bool ignore ATTRIBUTE_UNUSED) +hook_tree_tree_int_treep_bool_null (tree t0 ATTRIBUTE_UNUSED, + int i ATTRIBUTE_UNUSED, + tree *p ATTRIBUTE_UNUSED, + bool ignore ATTRIBUTE_UNUSED) { return NULL; } |