ObjFW  Check-in [ae389818d9]

Overview
Comment:glibc needs one import more.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: ae389818d9625b07af6902587fbfacfad0b564da773db99fadc985ee19c59735
User & Date: js on 2008-11-28 17:31:47
Other Links: manifest | tags
Context
2008-11-29
11:59
Optimize branch prediction for ifs inside loops. check-in: 92c12b1d4f user: js tags: trunk
2008-11-28
17:31
glibc needs one import more. check-in: ae389818d9 user: js tags: trunk
2008-11-27
16:14
Add lower and upper for OFString. check-in: 2cbf759299 user: js tags: trunk
Changes

Modified src/OFString.m from [e4cac6da69] to [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
{