diff options
author | Mike Pall <mike> | 2013-01-11 12:23:44 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2013-01-11 12:23:44 +0100 |
commit | f0a0a235335867a8999785fc6c11db459e637d1c (patch) | |
tree | 6996e8b2a90b3dd7850f84adb92758a214d6590e /src/lj_arch.h | |
parent | e434ab505e52cc2cb4ae13b79e7bdf03014cfad7 (diff) | |
download | luajit-f0a0a235335867a8999785fc6c11db459e637d1c.tar.gz luajit-f0a0a235335867a8999785fc6c11db459e637d1c.tar.bz2 luajit-f0a0a235335867a8999785fc6c11db459e637d1c.zip |
Remove fictitious Solaris define.
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 |