ObjFW  Diff

Differences From Artifact [3ec4eb0e31]:

To Artifact [ea26220ad7]:


13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

#include <string.h>

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

/* Reference for static linking */
void _references_to_categories_of_OFDictionary()
{
	_OFIterator_reference = 1;
}

@implementation OFDictionary
+ dictionary;







|







13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

#include <string.h>

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

/* References for static linking */
void _references_to_categories_of_OFDictionary()
{
	_OFIterator_reference = 1;
}

@implementation OFDictionary
+ dictionary;