ObjFW  Diff

Differences From Artifact [f0f301f9d4]:

To Artifact [1b2b877044]:


21
22
23
24
25
26
27

28
29
30
31
32
33
34
35
36

37
38
39
40
41
42
43
#else
#define madvise(addr, len, advise)
#endif

#import "OFString.h"
#import "OFAutoreleasePool.h"
#import "OFURLEncoding.h"

#import "OFExceptions.h"
#import "OFMacros.h"

#import "asprintf.h"

/* Reference for static linking */
void _references_to_categories_of_OFString()
{
	_OFURLEncoding_reference = 1;

};

int
of_string_check_utf8(const char *str, size_t len)
{
	size_t i;
	int utf8 = 0;







>





|



>







21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#else
#define madvise(addr, len, advise)
#endif

#import "OFString.h"
#import "OFAutoreleasePool.h"
#import "OFURLEncoding.h"
#import "OFXMLElement.h"
#import "OFExceptions.h"
#import "OFMacros.h"

#import "asprintf.h"

/* References for static linking */
void _references_to_categories_of_OFString()
{
	_OFURLEncoding_reference = 1;
	_OFXMLElement_reference = 1;
};

int
of_string_check_utf8(const char *str, size_t len)
{
	size_t i;
	int utf8 = 0;