ObjFW  Diff

Differences From Artifact [fd15d2ff3e]:

To Artifact [2511a02b50]:


249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
		[self release];
		@throw e;
	}

	return ret;
}

- initWithObjects: (id*)objects
	  forKeys: (id*)keys
	    count: (size_t)count_
{
	self = [super init];

	@try {
		uint32_t i, j, newSize;








|
|







249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
		[self release];
		@throw e;
	}

	return ret;
}

- initWithObjects: (id const*)objects
	  forKeys: (id const*)keys
	    count: (size_t)count_
{
	self = [super init];

	@try {
		uint32_t i, j, newSize;