fmacros.h: Fix warning when compiled with -Wundef

This commit is contained in:
Jerry Jacobs 2016-04-17 20:23:42 +00:00
parent 1b8ed38843
commit 9317a74ae5

View File

@ -14,7 +14,7 @@
#define _XOPEN_SOURCE #define _XOPEN_SOURCE
#endif #endif
#if __APPLE__ && __MACH__ #if defined(__APPLE__) && defined(__MACH__)
#define _OSX #define _OSX
#endif #endif