ObjFW  Diff

Differences From Artifact [56c9de1a04]:

To Artifact [8b2d803278]:


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

#include <stdarg.h>

#import "OFArray.h"
#import "OFDataArray.h"
#import "OFString.h"
#import "OFExceptions.h"
#import "OFMacros.h"

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








|







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

#include <stdarg.h>

#import "OFArray.h"
#import "OFDataArray.h"
#import "OFString.h"
#import "OFExceptions.h"
#import "macros.h"

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