Differences From Artifact [42800a53ae]:
- File src/objfw-defs.h.in — part of check-in [6caac0826e] at 2009-12-11 12:52:29 on branch trunk — Make it possible to build ObjFW without support for threads. (user: js, size: 143) [annotate] [blame] [check-ins using]
To Artifact [a4810732ab]:
- File src/objfw-defs.h.in — part of check-in [b4a9924066] at 2010-01-24 18:54:58 on branch trunk — Make retain/release atomic. (user: js, size: 177) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 | #undef OF_APPLE_RUNTIME #undef OF_BIG_ENDIAN #undef OF_GNU_RUNTIME #undef OF_HAVE_ASPRINTF #undef OF_PLUGINS #undef OF_THREADS #undef SIZE_MAX | > | 1 2 3 4 5 6 7 8 | #undef OF_APPLE_RUNTIME #undef OF_BIG_ENDIAN #undef OF_GNU_RUNTIME #undef OF_HAVE_ASPRINTF #undef OF_HAVE_LIBKERN_OSATOMIC_H #undef OF_PLUGINS #undef OF_THREADS #undef SIZE_MAX |