ObjFW  Diff

Differences From Artifact [d9bae66e58]:

To Artifact [b49c70c5e4]:


13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

#import "OFList.h"
#import "OFExceptions.h"

@implementation OFList
+ list
{
	return [[[OFList alloc] init] autorelease];
}

- init
{
	self = [super init];

	first = NULL;







|







13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

#import "OFList.h"
#import "OFExceptions.h"

@implementation OFList
+ list
{
	return [[[self alloc] init] autorelease];
}

- init
{
	self = [super init];

	first = NULL;