ObjFW  Diff

Differences From Artifact [b32d8ba01b]:

To Artifact [93a257326c]:


145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
}
@end

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

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








<
|







145
146
147
148
149
150
151

152
153
154
155
156
157
158
159
}
@end

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

		placeholder.isa = [OFMutableArray_placeholder class];
}

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