ObjFW  Diff

Differences From Artifact [9f42f95aec]:

To Artifact [73c62897f9]:


38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
}

- (id)nextObject
{
	OF_UNRECOGNIZED_SELECTOR
}

- (OFArray*)allObjects
{
	OFMutableArray *ret = [OFMutableArray array];
	void *pool = objc_autoreleasePoolPush();
	id object;

	while ((object = [self nextObject]) != nil)
		[ret addObject: object];







|







38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
}

- (id)nextObject
{
	OF_UNRECOGNIZED_SELECTOR
}

- (OFArray *)allObjects
{
	OFMutableArray *ret = [OFMutableArray array];
	void *pool = objc_autoreleasePoolPush();
	id object;

	while ((object = [self nextObject]) != nil)
		[ret addObject: object];