diff options
Diffstat (limited to '')
-rw-r--r-- | src/lj_arch.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lj_arch.h b/src/lj_arch.h index 70426838..d65bc551 100644 --- a/src/lj_arch.h +++ b/src/lj_arch.h | |||
@@ -586,9 +586,6 @@ | |||
586 | #if defined(__ANDROID__) || defined(__symbian__) || LJ_TARGET_XBOX360 || LJ_TARGET_WINDOWS | 586 | #if defined(__ANDROID__) || defined(__symbian__) || LJ_TARGET_XBOX360 || LJ_TARGET_WINDOWS |
587 | #define LUAJIT_NO_LOG2 | 587 | #define LUAJIT_NO_LOG2 |
588 | #endif | 588 | #endif |
589 | #if defined(__symbian__) || LJ_TARGET_WINDOWS | ||
590 | #define LUAJIT_NO_EXP2 | ||
591 | #endif | ||
592 | #if LJ_TARGET_CONSOLE || (LJ_TARGET_IOS && __IPHONE_OS_VERSION_MIN_REQUIRED >= __IPHONE_8_0) | 589 | #if LJ_TARGET_CONSOLE || (LJ_TARGET_IOS && __IPHONE_OS_VERSION_MIN_REQUIRED >= __IPHONE_8_0) |
593 | #define LJ_NO_SYSTEM 1 | 590 | #define LJ_NO_SYSTEM 1 |
594 | #endif | 591 | #endif |