mirror of
https://github.com/janet-lang/janet
synced 2025-10-14 07:17:40 +00:00
Refactor __MACH__ to JANET_APPLE
This commit is contained in:
@@ -68,7 +68,7 @@ extern char **environ;
|
||||
#endif
|
||||
|
||||
/* For macos */
|
||||
#ifdef __MACH__
|
||||
#ifdef JANET_APPLE
|
||||
#include <mach/clock.h>
|
||||
#include <mach/mach.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user