ObjFW  Diff

Differences From Artifact [4ec6bb16d4]:

To Artifact [a124a729d9]:


10
11
12
13
14
15
16

17
18



19
20
21
22
23
24
25
 */

#import "config.h"

#include <string.h>

#import "OFDictionary.h"

#import "OFExceptions.h"




@implementation OFDictionary
+ dictionary;
{
	return [[[OFDictionary alloc] init] autorelease];
}

+ dictionaryWithHashSize: (int)hashsize







>


>
>
>







10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
 */

#import "config.h"

#include <string.h>

#import "OFDictionary.h"
#import "OFIterator.h"
#import "OFExceptions.h"

/* Reference for static linking */
void _reference_to_OFIterator_in_OFDictionary() { [OFIterator class]; }

@implementation OFDictionary
+ dictionary;
{
	return [[[OFDictionary alloc] init] autorelease];
}

+ dictionaryWithHashSize: (int)hashsize