ObjFW  Diff

Differences From Artifact [68e410fce6]:

To Artifact [24087ae033]:


24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#import "OFArray.h"
#import "OFString.h"
#import "OFXMLElement.h"

#import "OFInvalidArgumentException.h"
#import "OFEnumerationMutationException.h"

#import "autorelease.h"

static void*
retain(void *value)
{
	return [(id)value retain];
}

static void







<
<







24
25
26
27
28
29
30


31
32
33
34
35
36
37
#import "OFArray.h"
#import "OFString.h"
#import "OFXMLElement.h"

#import "OFInvalidArgumentException.h"
#import "OFEnumerationMutationException.h"



static void*
retain(void *value)
{
	return [(id)value retain];
}

static void