ObjFW  Diff

Differences From Artifact [fdaee34133]:

To Artifact [e04ae60642]:


990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
		return nil;

	return [OFMethodSignature signatureWithObjCTypes: typeEncoding];
}

- (bool)isEqual: (id)object
{
	return (self == object);
}

- (uint32_t)hash
{
	uintptr_t ptr = (uintptr_t)self;
	uint32_t hash;








|







990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
		return nil;

	return [OFMethodSignature signatureWithObjCTypes: typeEncoding];
}

- (bool)isEqual: (id)object
{
	return (object == self);
}

- (uint32_t)hash
{
	uintptr_t ptr = (uintptr_t)self;
	uint32_t hash;