ObjFW  Diff

Differences From Artifact [6babdf726b]:

To Artifact [5c70d53726]:


207
208
209
210
211
212
213

214
215
216
217
218
219
220
221
}
@end

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

		placeholder.isa = [OFMutableStringPlaceholder class];
}

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








>
|







207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
}
@end

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

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