ObjFW  Diff

Differences From Artifact [e4cac6da69]:

To Artifact [46f93c5dbb]:


9
10
11
12
13
14
15

16

17
18
19
20
21
22
23
 * the packaging of this file.
 */

#import "config.h"

#import <stdlib.h>
#import <string.h>

#import <wchar.h>


#import "OFString.h"
#import "OFExceptions.h"

@implementation OFString
+ new
{







>

>







9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 * the packaging of this file.
 */

#import "config.h"

#import <stdlib.h>
#import <string.h>

#import <wchar.h>
#import <wctype.h>

#import "OFString.h"
#import "OFExceptions.h"

@implementation OFString
+ new
{