ObjFW  Diff

Differences From Artifact [294c220cb4]:

To Artifact [81ffd86fff]:


21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#import "OFBigDataArray.h"
#import "OFSystemInfo.h"

#import "OFInvalidArgumentException.h"
#import "OFOutOfMemoryException.h"
#import "OFOutOfRangeException.h"

#import "macros.h"

@implementation OFBigDataArray
- init
{
	return [self initWithItemSize: 1
			     capacity: 0];
}








<
<







21
22
23
24
25
26
27


28
29
30
31
32
33
34
#import "OFBigDataArray.h"
#import "OFSystemInfo.h"

#import "OFInvalidArgumentException.h"
#import "OFOutOfMemoryException.h"
#import "OFOutOfRangeException.h"



@implementation OFBigDataArray
- init
{
	return [self initWithItemSize: 1
			     capacity: 0];
}