ObjFW  Diff

Differences From Artifact [6bcc230085]:

  • File src/runtime/autorelease.m — part of check-in [7392685ffc] at 2021-04-18 15:55:32 on branch new-naming-convention — Rename all functions in macros.h (user: js size: 3293)

To Artifact [2b09f19f70]:

  • File src/runtime/autorelease.m — part of check-in [35de667566] at 2021-04-18 20:51:25 on branch new-naming-convention — Rename everything in several smaller files (user: js size: 3295) [more...]

23
24
25
26
27
28
29
30

31
32
33
34
35
36
37
23
24
25
26
27
28
29

30
31
32
33
34
35
36
37







-
+







# 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"
# import "OFTLSKey.h"
#endif

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