ObjFW  Diff

Differences From Artifact [2c9d4130c6]:

To Artifact [b4bf13ad01]:


10
11
12
13
14
15
16

17
18
19
20
21
22
23
 */

#import <stdio.h>
#import <stdlib.h>
#import <stdbool.h>

#import "OFObject.h"


int
main()
{
	OFObject *obj = [OFObject new];
	bool caught;
	void *p, *q, *r;







>







10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 */

#import <stdio.h>
#import <stdlib.h>
#import <stdbool.h>

#import "OFObject.h"
#import "OFExceptions.h"

int
main()
{
	OFObject *obj = [OFObject new];
	bool caught;
	void *p, *q, *r;