File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -46,15 +46,16 @@ only locks during `+initialize` on a per class basis.
46
46
47
47
If you haven't used an Objective-C runtime before, it is useful to get to know
48
48
the much better documented "Mac OS X Objective-C 1.0" runtime first.
49
- [ Intro to the Objective-C Runtime] ( //mikeash.com/pyblog/friday-qa-2009-03-13-intro-to-the-objective-c-runtime.html ) could be a good starting point.
49
+ [ Intro to the Objective-C Runtime] ( //mikeash.com/pyblog/friday-qa-2009-03-13-intro-to-the-objective-c-runtime.html )
50
+ could be a good starting point.
50
51
51
52
52
53
> #### C Caveat
53
54
>
54
55
> It you use ` .c ` files that include ` <mulle_objc/mulle_objc.h> ` make sure
55
- > that you compile with ` __MULLE_OBJC_TPS__ ` and ` __MULLE_OBJC_TRT__ ` as
56
- > they were defined when compiling the runtime. Since C-only compilations do not
57
- > emit runtime information, mismatched can not be checked by the runtime.
56
+ > that you compile with ` __MULLE_OBJC_TPS__ ` and ` __MULLE_OBJC_TRT__ ` as
57
+ > they were defined when compiling the runtime. Since C-only compilations do
58
+ > not emit runtime information, mismatched can not be checked by the runtime.
58
59
> Easy fix: rename ` .c ` to ` .m ` and use ** mulle-clang**
59
60
60
61
@@ -141,4 +142,3 @@ All platforms and compilers supported by
141
142
[ Mulle kybernetiK] ( //www.mulle-kybernetik.com ) and
142
143
[ Codeon GmbH] ( //www.codeon.de )
143
144
144
-
You can’t perform that action at this time.
0 commit comments