ObjFW  Diff

Differences From Artifact [91dcfe7c0f]:

To Artifact [a777f53d6b]:


20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#import "OFOptionsParser.h"
#import "OFApplication.h"
#import "OFArray.h"
#import "OFMapTable.h"

#import "OFInvalidArgumentException.h"

static uint32_t
stringHash(void *object)
{
	return ((OFString *)object).hash;
}

static bool
stringEqual(void *object1, void *object2)







|







20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#import "OFOptionsParser.h"
#import "OFApplication.h"
#import "OFArray.h"
#import "OFMapTable.h"

#import "OFInvalidArgumentException.h"

static unsigned long
stringHash(void *object)
{
	return ((OFString *)object).hash;
}

static bool
stringEqual(void *object1, void *object2)