]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/hooks.c
hooks.h (hook_tree_tree_tree_bool_null): Rename to...
[thirdparty/gcc.git] / gcc / hooks.c
index aac44485898f0a794144d58121e63e63ea814ec7..97e1064608820334e3425c0c11ea52ad98c63aad 100644 (file)
@@ -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;
 }