]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/hooks.c
Add framework support for darwin.
[thirdparty/gcc.git] / gcc / hooks.c
index ef90ce131c30986807061fa236242c5df80e76b2..cb6efd4bb6a0655223eef76a7e5390fdb8c464c1 100644 (file)
@@ -124,11 +124,21 @@ hook_uint_uint_constcharptrptr_0 (unsigned int a ATTRIBUTE_UNUSED,
   return 0;
 }
 
+void
+hook_void_int (int b ATTRIBUTE_UNUSED)
+{
+}
+
 void
 hook_void_tree (tree a ATTRIBUTE_UNUSED)
 {
 }
 
+void
+hook_void_charptr (char *a ATTRIBUTE_UNUSED)
+{
+}
+
 void
 hook_void_tree_treeptr (tree a ATTRIBUTE_UNUSED, tree *b ATTRIBUTE_UNUSED)
 {