ObjFW  Diff

Differences From Artifact [1e8e3d5e5e]:

To Artifact [18146f1db1]:


90
91
92
93
94
95
96
97

98
99
100
101
102
103
104
90
91
92
93
94
95
96

97
98
99
100
101
102
103
104







-
+







		[self release];
		@throw e;
	}

	return self;
}

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

	@try {
		size_t i;