ObjFW  Diff

Differences From Artifact [cc2c3a4085]:

To Artifact [4d34bbbbff]:


18
19
20
21
22
23
24


25


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

27
28
29
30
31
32
33
34
35







+
+
-
+
+








#include <stdarg.h>

#import "OFArray.h"
#import "OFDataArray.h"
#import "OFString.h"
#import "OFAutoreleasePool.h"

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

#import "macros.h"

@implementation OFArray
+ array
{
	return [[[self alloc] init] autorelease];
}