ObjFW  Diff

Differences From Artifact [d6602a5fe7]:

To Artifact [49b08c57ae]:


24
25
26
27
28
29
30
31

32
33
34
35
36
37
38
#import "atomic.h"

@protocol RetainRelease
- retain;
- (void)release;
@end

#if defined(OF_GNU_RUNTIME) || defined(OF_OBJFW_RUNTIME)

struct objc_abi_class {
	struct objc_abi_metaclass *metaclass;
	const char *superclass, *name;
	unsigned long version, info, instance_size;
	void *ivars, *methodlist, *dtable, *subclass_list, *sibling_class;
	void *protocols, *gc_object_type;
	long abi_version;







|
>







24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#import "atomic.h"

@protocol RetainRelease
- retain;
- (void)release;
@end

#if defined(OF_OBJFW_RUNTIME) || defined(OF_GNU_RUNTIME) || \
    defined(OF_OLD_GNU_RUNTIME)
struct objc_abi_class {
	struct objc_abi_metaclass *metaclass;
	const char *superclass, *name;
	unsigned long version, info, instance_size;
	void *ivars, *methodlist, *dtable, *subclass_list, *sibling_class;
	void *protocols, *gc_object_type;
	long abi_version;