Differences From Artifact [13f2356be6]:
- File src/objfw-defs.h.in — part of check-in [1e10b33066] at 2012-08-05 17:22:43 on branch trunk — Use recursive pthread mutexes if available. (user: js, size: 564) [annotate] [blame] [check-ins using]
To Artifact [2392df0876]:
- File
src/objfw-defs.h.in
— part of check-in
[2edae50b86]
at
2012-10-03 15:47:15
on branch trunk
— Move ObjC feature checks to OFObject.h.
This way, it is theoretically possible to compile ObjFW with one
compiler and then use it with another. (user: js, size: 450) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | - - - - | #undef OF_APPLE_RUNTIME #undef OF_ATOMIC_OPS #undef OF_BIG_ENDIAN #undef OF_COMPILER_TLS #undef OF_FLOAT_BIG_ENDIAN #undef OF_HAVE_ASPRINTF |
︙ |