Remove fictitious Solaris define.

This commit is contained in:
Mike Pall
2013-01-11 12:23:44 +01:00
parent e434ab505e
commit f0a0a23533
4 changed files with 4 additions and 5 deletions

View File

@@ -120,7 +120,7 @@ typedef uintptr_t BloomFilter;
#define LJ_NOINLINE __attribute__((noinline))
#if defined(__ELF__) || defined(__MACH__)
#if !((defined(__sun__) && defined(__svr4__)) || defined(__solaris__) || defined(__CELLOS_LV2__))
#if !((defined(__sun__) && defined(__svr4__)) || defined(__CELLOS_LV2__))
#define LJ_NOAPI extern __attribute__((visibility("hidden")))
#endif
#endif