Commit 9317a74a authored by Jerry Jacobs's avatar Jerry Jacobs
Browse files

fmacros.h: Fix warning when compiled with -Wundef

parent 1b8ed388
......@@ -14,7 +14,7 @@
#define _XOPEN_SOURCE
#endif
#if __APPLE__ && __MACH__
#if defined(__APPLE__) && defined(__MACH__)
#define _OSX
#endif
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment