ObjFW  Diff

Differences From Artifact [21e2be9e39]:

To Artifact [f28b3d88fe]:


212
213
214
215
216
217
218

219
220
221
222
223
224
225
		}
		break;
	}
}

static Class autoreleasepool = Nil;


@implementation OFBlock
- copy
{
	return Block_copy(self);
}

- (void)release







>







212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
		}
		break;
	}
}

static Class autoreleasepool = Nil;

/// \cond internal
@implementation OFBlock
- copy
{
	return Block_copy(self);
}

- (void)release
237
238
239
240
241
242
243

		autoreleasepool = [OFAutoreleasePool class];

	[autoreleasepool addObject: self];

	return self;
}
@end








>
238
239
240
241
242
243
244
245
		autoreleasepool = [OFAutoreleasePool class];

	[autoreleasepool addObject: self];

	return self;
}
@end
/// \endcond