ObjFW  Diff

Differences From Artifact [4227eb6c0c]:

To Artifact [c2b4bc6b4c]:


29
30
31
32
33
34
35
36
37
38
39
40


41
42
43
44
45
46
47
				       line: line] autorelease];
}

- init
{
	@try {
		[self doesNotRecognizeSelector: _cmd];
		abort();
	} @catch (id e) {
		[self release];
		@throw e;
	}


}

- initWithClass: (Class)class_
	   line: (size_t)line_
{
	self = [super initWithClass: class_];








<




>
>







29
30
31
32
33
34
35

36
37
38
39
40
41
42
43
44
45
46
47
48
				       line: line] autorelease];
}

- init
{
	@try {
		[self doesNotRecognizeSelector: _cmd];

	} @catch (id e) {
		[self release];
		@throw e;
	}

	abort();
}

- initWithClass: (Class)class_
	   line: (size_t)line_
{
	self = [super initWithClass: class_];