ObjFW  Diff

Differences From Artifact [40a8b278df]:

To Artifact [fbda4dec52]:


10
11
12
13
14
15
16


17
18
19
20
21
22
23
 */

#include "config.h"

#include <stdarg.h>

#import "OFArray.h"


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

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







>
>







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

#include "config.h"

#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];