ObjFW  Diff

Differences From Artifact [156e55b3b9]:

To Artifact [a5da935c08]:


13
14
15
16
17
18
19
20
21

22
23
24
25
26
27
28

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <limits.h>

#import "OFDataArray.h"
#import "OFExceptions.h"
#import "OFAutoreleasePool.h"


#define CATCH_EXCEPTION(code, exception)		\
	@try {						\
		code;					\
							\
		puts("NOT CAUGHT!");			\
		return 1;				\







<

>







13
14
15
16
17
18
19

20
21
22
23
24
25
26
27
28

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <limits.h>

#import "OFDataArray.h"

#import "OFAutoreleasePool.h"
#import "OFExceptions.h"

#define CATCH_EXCEPTION(code, exception)		\
	@try {						\
		code;					\
							\
		puts("NOT CAUGHT!");			\
		return 1;				\