ObjFW  Diff

Differences From Artifact [79c7f9b45c]:

To Artifact [bf071b8c76]:


93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
		[self release];
		@throw e;
	}

	return self;
}

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

	@try {
		OFAutoreleasePool *pool = [[OFAutoreleasePool alloc] init];
		OFNumber *one = [OFNumber numberWithSize: 1];







|







93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
		[self release];
		@throw e;
	}

	return self;
}

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

	@try {
		OFAutoreleasePool *pool = [[OFAutoreleasePool alloc] init];
		OFNumber *one = [OFNumber numberWithSize: 1];