ObjFW  Diff

Differences From Artifact [01f5ecb4a1]:

To Artifact [3ec4eb0e31]:


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

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

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

@implementation OFDictionary
+ dictionary;
{







|







14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#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;
{