ObjFW  Diff

Differences From Artifact [84adeb2e2f]:

To Artifact [865fdcfcaa]:


37
38
39
40
41
42
43
44
45
46
47
48
49
50
51

@implementation TestObject
- init
{
	id ret;

	inits++;
       
	ret = init(self, _cmd);
	printf("New %s with retain cnt " ZD "\n", [self name],
	    [ret retainCount]);

	return ret;
}








|







37
38
39
40
41
42
43
44
45
46
47
48
49
50
51

@implementation TestObject
- init
{
	id ret;

	inits++;

	ret = init(self, _cmd);
	printf("New %s with retain cnt " ZD "\n", [self name],
	    [ret retainCount]);

	return ret;
}