ObjFW  Diff

Differences From Artifact [05d8ab25d4]:

To Artifact [0534139d02]:


10
11
12
13
14
15
16

17
18
19
20
21
22
23
 */

#import "config.h"

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


#import "OFArray.h"
#import "OFExceptions.h"

#define CATCH_EXCEPTION(code, exception)		\
	@try {						\
		code;					\







>







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

#import "config.h"

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

#import "OFArray.h"
#import "OFExceptions.h"

#define CATCH_EXCEPTION(code, exception)		\
	@try {						\
		code;					\