ObjFW  Diff

Differences From Artifact [2f62075a88]:

To Artifact [10bbeb0e0f]:


400
401
402
403
404
405
406
407
408
409
410
411
412
413
414

- (void)release
{
}

- (unsigned int)retainCount
{
	return OF_RETAIN_COUNT_MAX;
}
@end

#ifdef OF_OBJFW_RUNTIME
@implementation OFTaggedPointerNumber
- (const char *)objCType
{







|







400
401
402
403
404
405
406
407
408
409
410
411
412
413
414

- (void)release
{
}

- (unsigned int)retainCount
{
	return OFMaxRetainCount;
}
@end

#ifdef OF_OBJFW_RUNTIME
@implementation OFTaggedPointerNumber
- (const char *)objCType
{