ObjFW  Diff

Differences From Artifact [5c5b9e51f6]:

To Artifact [0327728187]:


13
14
15
16
17
18
19

20
21






22
23
24
25
26
27
28

#include <stdarg.h>
#include <stdlib.h>
#include <string.h>

#import "OFString.h"
#import "OFAutoreleasePool.h"

#import "OFExceptions.h"
#import "OFMacros.h"







@implementation OFString
+ string
{
	return [[[OFMutableString alloc] init] autorelease];
}








>


>
>
>
>
>
>







13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35

#include <stdarg.h>
#include <stdlib.h>
#include <string.h>

#import "OFString.h"
#import "OFAutoreleasePool.h"
#import "OFURLEncoding.h"
#import "OFExceptions.h"
#import "OFMacros.h"

/* Reference for static linking */
void _reference_to_OFURLEncoding_in_OFString()
{
	_OFURLEncoding_reference = 1;
};

@implementation OFString
+ string
{
	return [[[OFMutableString alloc] init] autorelease];
}