diff options
author | Mike Pall <mike> | 2012-06-09 20:54:34 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2012-06-09 20:54:34 +0200 |
commit | 37be8a54785b893f531679adb0b479a426938504 (patch) | |
tree | 933b0320e158361c69fa5f4332247d201eb02187 /src/lj_def.h | |
parent | 9f443e8b8919e094100bf1eb94981aec905be783 (diff) | |
download | luajit-37be8a54785b893f531679adb0b479a426938504.tar.gz luajit-37be8a54785b893f531679adb0b479a426938504.tar.bz2 luajit-37be8a54785b893f531679adb0b479a426938504.zip |
CONSOLE: Handle unimplemented features for console toolchains.
Diffstat (limited to 'src/lj_def.h')
-rw-r--r-- | src/lj_def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_def.h b/src/lj_def.h index e00ed939..876ce95f 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__)) | 123 | #if !((defined(__sun__) && defined(__svr4__)) || defined(__solaris__) || 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 |