ObjFW  Diff

Differences From Artifact [3bf1022509]:

To Artifact [414dcbec8b]:


17
18
19
20
21
22
23

24


25
26
27
28
29
30
31
17
18
19
20
21
22
23
24

25
26
27
28
29
30
31
32
33







+
-
+
+







#include "config.h"

#include "assert.h"

#import "OFList.h"
#import "OFString.h"
#import "OFAutoreleasePool.h"

#import "OFExceptions.h"
#import "OFEnumerationMutationException.h"

#import "macros.h"

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