ObjFW  Diff

Differences From Artifact [81f19ca445]:

  • File src/runtime/autorelease.m — part of check-in [877616edaf] at 2020-09-27 01:56:24 on branch trunk — Fix compiling for old Apple runtime (user: js size: 3365)

To Artifact [e5ceb906d0]:

  • File src/runtime/autorelease.m — part of check-in [bb18681460] at 2020-09-27 23:27:30 on branch trunk — Fix missing include (user: js size: 3384) [more...]

23
24
25
26
27
28
29

30
31
32
33
34
35
36
#ifdef OF_OBJFW_RUNTIME
# import "ObjFWRT.h"
# import "private.h"
#else
# import <objc/runtime.h>
#endif


#if !defined(OF_HAVE_COMPILER_TLS) && defined(OF_HAVE_THREADS)
# import "tlskey.h"
#endif

#ifndef OF_OBJFW_RUNTIME
@interface DummyObject
- (void)release;







>







23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#ifdef OF_OBJFW_RUNTIME
# import "ObjFWRT.h"
# import "private.h"
#else
# import <objc/runtime.h>
#endif

#import "macros.h"
#if !defined(OF_HAVE_COMPILER_TLS) && defined(OF_HAVE_THREADS)
# import "tlskey.h"
#endif

#ifndef OF_OBJFW_RUNTIME
@interface DummyObject
- (void)release;