ObjFW  Diff

Differences From Artifact [0afb4e2882]:

To Artifact [c8a1da4bf7]:


117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
		[self release];
		@throw e;
	}

	return self;
}

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

	@try {
		size_t i;








|







117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
		[self release];
		@throw e;
	}

	return self;
}

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

	@try {
		size_t i;