ObjFW  Diff

Differences From Artifact [6b8000ea51]:

To Artifact [74f9d21734]:


33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
};

/* Hopefully no arch needs more than 16 bytes padding */
#define PRE_IVAR_ALIGN ((sizeof(struct pre_ivar) + 15) & ~15)
#define PRE_IVAR ((struct pre_ivar*)((char*)self - PRE_IVAR_ALIGN))

static struct {
	Class isa;
} alloc_failed_exception;

@implementation OFObject
+ (void)initialize
{
}








|







33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
};

/* Hopefully no arch needs more than 16 bytes padding */
#define PRE_IVAR_ALIGN ((sizeof(struct pre_ivar) + 15) & ~15)
#define PRE_IVAR ((struct pre_ivar*)((char*)self - PRE_IVAR_ALIGN))

static struct {
	@defs(OFAllocFailedException)
} alloc_failed_exception;

@implementation OFObject
+ (void)initialize
{
}