diff options
Diffstat (limited to 'src/lj_arch.h')
-rw-r--r-- | src/lj_arch.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lj_arch.h b/src/lj_arch.h index 960998ab..10071ca4 100644 --- a/src/lj_arch.h +++ b/src/lj_arch.h | |||
@@ -69,8 +69,7 @@ | |||
69 | #elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || \ | 69 | #elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || \ |
70 | defined(__NetBSD__) || defined(__OpenBSD__) | 70 | defined(__NetBSD__) || defined(__OpenBSD__) |
71 | #define LUAJIT_OS LUAJIT_OS_BSD | 71 | #define LUAJIT_OS LUAJIT_OS_BSD |
72 | #elif (defined(__sun__) && defined(__svr4__)) || defined(__solaris__) || \ | 72 | #elif (defined(__sun__) && defined(__svr4__)) || defined(__CYGWIN__) |
73 | defined(__CYGWIN__) | ||
74 | #define LUAJIT_OS LUAJIT_OS_POSIX | 73 | #define LUAJIT_OS LUAJIT_OS_POSIX |
75 | #else | 74 | #else |
76 | #define LUAJIT_OS LUAJIT_OS_OTHER | 75 | #define LUAJIT_OS LUAJIT_OS_OTHER |