ObjFW  Diff

Differences From Artifact [157ed5cd6f]:

To Artifact [d50e255a0f]:


11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

#include "config.h"

#include "assert.h"

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

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








|







11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

#include "config.h"

#include "assert.h"

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

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