ObjFW  Diff

Differences From Artifact [5e5459873a]:

To Artifact [5ea7b40c2a]:


337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
}
@end

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

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








|







337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
}
@end

@implementation OFString
+ (void)initialize
{
	if (self == [OFString class])
		placeholder.isa = [OFString_placeholder class];
}

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