summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fmacros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fmacros.h b/fmacros.h
index 19d7b21..82ff08d 100644
--- a/fmacros.h
+++ b/fmacros.h
@@ -14,7 +14,7 @@
#define _XOPEN_SOURCE
#endif
-#if __APPLE__ && __MACH__
+#if defined(__APPLE__) && defined(__MACH__)
#define _OSX
#endif