ObjFW  Diff

Differences From Artifact [18c863621c]:

To Artifact [5bbb4e13e7]:


120
121
122
123
124
125
126
127
128
129
130
131

132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
120
121
122
123
124
125
126





127













128
129
130
131
132
133
134







-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-








- (instancetype)initWithObjects: (id const *)objects count: (size_t)count
{
	return (id)[[OFConcreteMutableArray alloc] initWithObjects: objects
							     count: count];
}

- (instancetype)retain
{
	return self;
}

OF_SINGLETON_METHODS
- (instancetype)autorelease
{
	return self;
}

- (void)release
{
}

- (void)dealloc
{
	OF_DEALLOC_UNSUPPORTED
}
@end

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