ObjFW  Diff

Differences From Artifact [3f9a210be5]:

To Artifact [e5b23d482d]:


103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
}
@end

@implementation OFMutableSet
+ (void)initialize
{
	if (self == [OFMutableSet class])
		object_setClass((id)&placeholder,
		    [OFMutableSet_placeholder class]);
}

+ alloc
{
	if (self == [OFMutableSet class])
		return (id)&placeholder;








<
|







103
104
105
106
107
108
109

110
111
112
113
114
115
116
117
}
@end

@implementation OFMutableSet
+ (void)initialize
{
	if (self == [OFMutableSet class])

		placeholder.isa = [OFMutableSet_placeholder class];
}

+ alloc
{
	if (self == [OFMutableSet class])
		return (id)&placeholder;