ObjFW  Diff

Differences From Artifact [e4b0bd482e]:

To Artifact [738291762c]:


37
38
39
40
41
42
43
44

45
46
47
48
49
50
51
#import "base64.h"
#import "macros.h"

/* References for static linking */
void _references_to_categories_of_OFDataArray(void)
{
	_OFDataArray_Hashing_reference = 1;
};


@implementation OFDataArray
+ dataArray
{
	return [[[self alloc] init] autorelease];
}








<
>







37
38
39
40
41
42
43

44
45
46
47
48
49
50
51
#import "base64.h"
#import "macros.h"

/* References for static linking */
void _references_to_categories_of_OFDataArray(void)
{
	_OFDataArray_Hashing_reference = 1;

}

@implementation OFDataArray
+ dataArray
{
	return [[[self alloc] init] autorelease];
}