ObjFW  Diff

Differences From Artifact [3f8c1b4cf9]:

To Artifact [dd9c0e4002]:


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

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

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








<
|







104
105
106
107
108
109
110

111
112
113
114
115
116
117
118
}
@end

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

		placeholder.isa = [OFCountedSet_placeholder class];
}

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