ObjFW  Diff

Differences From Artifact [8d7351b7a0]:

To Artifact [3768fd3a96]:


818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
	return hash;
}

- (OFString*)description
{
	/* Classes containing data should reimplement this! */

	return [OFString stringWithFormat: @"<%@: %p>", [self className], self];
}

- (void*)allocMemoryWithSize: (size_t)size
{
	void *pointer;
	struct pre_mem *preMem;








|







818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
	return hash;
}

- (OFString*)description
{
	/* Classes containing data should reimplement this! */

	return [OFString stringWithFormat: @"<%@>", [self className]];
}

- (void*)allocMemoryWithSize: (size_t)size
{
	void *pointer;
	struct pre_mem *preMem;