ObjFW  Diff

Differences From Artifact [9ce8dfa504]:

To Artifact [196faf3bb5]:


18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34

#include <string.h>

#import "OFString.h"

#import "OFInvalidFormatException.h"

#import "autorelease.h"
#import "macros.h"

int _OFString_XMLUnescaping_reference;

static OF_INLINE OFString*
parseNumericEntity(const char *entity, size_t length)
{
	of_unichar_t c;
	size_t i;







<
<
<







18
19
20
21
22
23
24



25
26
27
28
29
30
31

#include <string.h>

#import "OFString.h"

#import "OFInvalidFormatException.h"




int _OFString_XMLUnescaping_reference;

static OF_INLINE OFString*
parseNumericEntity(const char *entity, size_t length)
{
	of_unichar_t c;
	size_t i;