ObjFW  Diff

Differences From Artifact [f28b3d88fe]:

To Artifact [f102f6c695]:


214
215
216
217
218
219
220





221
222
223
224
225
226
227
	}
}

static Class autoreleasepool = Nil;

/// \cond internal
@implementation OFBlock





- copy
{
	return Block_copy(self);
}

- (void)release
{







>
>
>
>
>







214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
	}
}

static Class autoreleasepool = Nil;

/// \cond internal
@implementation OFBlock
+ (Class)class
{
	return self;
}

- copy
{
	return Block_copy(self);
}

- (void)release
{