ObjFW  Diff

Differences From Artifact [a5f000b446]:

To Artifact [8a3ccfcff7]:


39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
static id
alloc(Class self, SEL _cmd)
{
	return [OFAutoreleasePool alloc];
}

static void
addObject(Class self, SEL _cmd, id obj)
{
	[OFAutoreleasePool addObject: obj];
}

static id
autorelease(id self, SEL _cmd)
{
	[OFAutoreleasePool addObject: self];








|

|







39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
static id
alloc(Class self, SEL _cmd)
{
	return [OFAutoreleasePool alloc];
}

static void
addObject(Class self, SEL _cmd, id object)
{
	[OFAutoreleasePool addObject: object];
}

static id
autorelease(id self, SEL _cmd)
{
	[OFAutoreleasePool addObject: self];