Skip to content

Commit 4b3b37b

Browse files
committed
fix README.md
1 parent 2540d16 commit 4b3b37b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,16 @@ only locks during `+initialize` on a per class basis.
4646

4747
If you haven't used an Objective-C runtime before, it is useful to get to know
4848
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.
5051

5152

5253
> #### C Caveat
5354
>
5455
> 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.
5859
> Easy fix: rename `.c` to `.m` and use **mulle-clang**
5960
6061

@@ -141,4 +142,3 @@ All platforms and compilers supported by
141142
[Mulle kybernetiK](//www.mulle-kybernetik.com) and
142143
[Codeon GmbH](//www.codeon.de)
143144

144-

0 commit comments

Comments
 (0)