* objc-act.c (struct interface_tuple): Mark it up for GC.
(interface_htab): It is really a struct interface_tuple.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99922
138bc75d-0d04-0410-961f-
82ee72b054a4
+2005-05-18 Mike Stump <mrs@apple.com>
+
+ PR objc/21641
+ * objc-act.c (struct interface_tuple): Mark it up for GC.
+ (interface_htab): It is really a struct interface_tuple.
+
2005-05-17 Mike Stump <mrs@apple.com>
Yet more Objective-C++...
return result;
}
-static GTY ((param_is (union tree_node))) htab_t interface_htab;
-
-struct interface_tuple {
+struct interface_tuple GTY(())
+{
tree id;
tree class_name;
};
+static GTY ((param_is (struct interface_tuple))) htab_t interface_htab;
+
static hashval_t
hash_interface (const void *p)
{