ObjFW  Diff

Differences From Artifact [8ce426fd6f]:

To Artifact [b6ccf04769]:


304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
	for (size_t i = 0; i < count; i++)
		if (![objects[i] isEqual: otherObjects[i]])
			return false;

	return true;
}

- (uint32_t)hash
{
	id const *objects = _array.items;
	size_t count = _array.count;
	uint32_t hash;

	OF_HASH_INIT(hash);








|







304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
	for (size_t i = 0; i < count; i++)
		if (![objects[i] isEqual: otherObjects[i]])
			return false;

	return true;
}

- (unsigned long)hash
{
	id const *objects = _array.items;
	size_t count = _array.count;
	uint32_t hash;

	OF_HASH_INIT(hash);