Diff
Modified: trunk/src/internal.h (98 => 99)
--- trunk/src/internal.h 2009-11-03 14:35:21 UTC (rev 98)
+++ trunk/src/internal.h 2009-11-03 14:40:23 UTC (rev 99)
@@ -275,7 +275,7 @@
#include "semaphore_internal.h"
#include "source_internal.h"
-#ifdef USE_APPLE_CRASHREPORTER_INFO
+#if USE_APPLE_CRASHREPORTER_INFO
#ifdef HAVE_MACH
// MIG_REPLY_MISMATCH means either:
Modified: trunk/src/os_shims.h (98 => 99)
--- trunk/src/os_shims.h 2009-11-03 14:35:21 UTC (rev 98)
+++ trunk/src/os_shims.h 2009-11-03 14:40:23 UTC (rev 99)
@@ -38,7 +38,7 @@
#include <pthread_np.h>
#endif
-#ifdef USE_APPLE_CRASHREPORTER_INFO
+#if USE_APPLE_CRASHREPORTER_INFO
__private_extern__ const char *__crashreporter_info__;
#endif
Modified: trunk/src/private.h (98 => 99)
--- trunk/src/private.h 2009-11-03 14:35:21 UTC (rev 98)
+++ trunk/src/private.h 2009-11-03 14:40:23 UTC (rev 99)
@@ -67,7 +67,7 @@
DISPATCH_NOTHROW
void
-#ifdef USE_LIBDISPATCH_INIT_CONSTRUCTOR
+#if USE_LIBDISPATCH_INIT_CONSTRUCTOR
libdispatch_init(void) __attribute__ ((constructor));
#else
libdispatch_init(void);