ObjFW  Diff

Differences From Artifact [46ace486e0]:

To Artifact [366d9b52dc]:


114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
}
@end

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

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








<
|







114
115
116
117
118
119
120

121
122
123
124
125
126
127
128
}
@end

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

		placeholder.isa = [OFMutableDictionary_placeholder class];
}

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