ObjFW  Diff

Differences From Artifact [e1c0bd1b7d]:

To Artifact [9150d2b2a3]:


16
17
18
19
20
21
22

23
24
25
26
27
28
29
#import <unistd.h>

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

static size_t lastpagebyte = 0;


@implementation OFArray
+ newWithItemSize: (size_t)is
{
	return [[self alloc] initWithItemSize: is];
}








>







16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#import <unistd.h>

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

static size_t lastpagebyte = 0;
extern int getpagesize(void);

@implementation OFArray
+ newWithItemSize: (size_t)is
{
	return [[self alloc] initWithItemSize: is];
}