ObjFW  Diff

Differences From Artifact [c81ffb2e26]:

To Artifact [c2d0cafc7c]:


14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#include <string.h>

#import "OFDictionary.h"
#import "OFEnumerator.h"
#import "OFArray.h"
#import "OFAutoreleasePool.h"
#import "OFExceptions.h"
#import "OFMacros.h"

#define BUCKET_SIZE sizeof(struct of_dictionary_bucket)

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







|







14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#include <string.h>

#import "OFDictionary.h"
#import "OFEnumerator.h"
#import "OFArray.h"
#import "OFAutoreleasePool.h"
#import "OFExceptions.h"
#import "macros.h"

#define BUCKET_SIZE sizeof(struct of_dictionary_bucket)

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