aboutsummaryrefslogtreecommitdiff
path: root/src/lj_def.h
diff options
context:
space:
mode:
authorMike Pall <mike>2013-01-11 12:23:44 +0100
committerMike Pall <mike>2013-01-11 12:23:44 +0100
commitf0a0a235335867a8999785fc6c11db459e637d1c (patch)
tree6996e8b2a90b3dd7850f84adb92758a214d6590e /src/lj_def.h
parente434ab505e52cc2cb4ae13b79e7bdf03014cfad7 (diff)
downloadluajit-f0a0a235335867a8999785fc6c11db459e637d1c.tar.gz
luajit-f0a0a235335867a8999785fc6c11db459e637d1c.tar.bz2
luajit-f0a0a235335867a8999785fc6c11db459e637d1c.zip
Remove fictitious Solaris define.
Diffstat (limited to 'src/lj_def.h')
-rw-r--r--src/lj_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_def.h b/src/lj_def.h
index 26cf7fdc..a28d84d7 100644
--- a/src/lj_def.h
+++ b/src/lj_def.h
@@ -120,7 +120,7 @@ typedef uintptr_t BloomFilter;
120#define LJ_NOINLINE __attribute__((noinline)) 120#define LJ_NOINLINE __attribute__((noinline))
121 121
122#if defined(__ELF__) || defined(__MACH__) 122#if defined(__ELF__) || defined(__MACH__)
123#if !((defined(__sun__) && defined(__svr4__)) || defined(__solaris__) || defined(__CELLOS_LV2__)) 123#if !((defined(__sun__) && defined(__svr4__)) || defined(__CELLOS_LV2__))
124#define LJ_NOAPI extern __attribute__((visibility("hidden"))) 124#define LJ_NOAPI extern __attribute__((visibility("hidden")))
125#endif 125#endif
126#endif 126#endif