ObjFW  Diff

Differences From Artifact [ed4919e346]:

To Artifact [0826af6e82]:


67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
	instance = (OFObject*)((char*)instance + PRE_IVAR_ALIGN);
	memset(instance, 0, isize);
	instance->isa = self;

	return instance;
}

+ new
{
	return [[self alloc] init];
}

+ (Class)class
{
	return self;
}

+ (const char*)name
{







<
<
<
<
<







67
68
69
70
71
72
73





74
75
76
77
78
79
80
	instance = (OFObject*)((char*)instance + PRE_IVAR_ALIGN);
	memset(instance, 0, isize);
	instance->isa = self;

	return instance;
}






+ (Class)class
{
	return self;
}

+ (const char*)name
{