1
0
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:
Jason Pepas
2022-03-17 01:20:55 -05:00
parent c815185574
commit f270739f9f
3 changed files with 5 additions and 5 deletions

View File

@@ -68,7 +68,7 @@ extern char **environ;
#endif
/* For macos */
#ifdef __MACH__
#ifdef JANET_APPLE
#include <mach/clock.h>
#include <mach/mach.h>
#endif