ObjFW  Check-in [1d99bea306]

Overview
Comment:This isn't needed anymore.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1d99bea306ce5369f40953f1b908f61daf64e3cf5b54dc4879ad05f420964961
User & Date: js on 2008-12-22 22:00:25
Other Links: manifest | tags
Context
2008-12-22
22:12
Reorder libs so we can also link against static libs. check-in: 576f1baea7 user: js tags: trunk
22:00
This isn't needed anymore. check-in: 1d99bea306 user: js tags: trunk
04:33
When crosscompiling for win32, use wine for the tests, if possible. check-in: fa7251681f user: js tags: trunk
Changes

Modified src/OFObject.m from [19577f9cbf] to [a8fcc0b239].

10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
 */

#import "config.h"

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

#import <objc/objc-api.h>
#ifdef HAVE_OBJC_RUNTIME_H
#import <objc/runtime.h>
#endif

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

@implementation OFObject
- init
{







<
<
<
<
<







10
11
12
13
14
15
16





17
18
19
20
21
22
23
 */

#import "config.h"

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






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

@implementation OFObject
- init
{