ObjFW  Diff

Differences From Artifact [e1882a13b8]:

To Artifact [c5e0bd60b4]:


32
33
34
35
36
37
38
39
40
41
42
43
44
45
46

- initWithoutRetainAndRelease
{
	self = [super init];

	first = NULL;
	last = NULL;
	retain_and_release = NO;

	return self;
}

- (void)dealloc
{
	of_list_object_t *iter;







<







32
33
34
35
36
37
38

39
40
41
42
43
44
45

- initWithoutRetainAndRelease
{
	self = [super init];

	first = NULL;
	last = NULL;


	return self;
}

- (void)dealloc
{
	of_list_object_t *iter;