diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lj_arch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_arch.h b/src/lj_arch.h index 3d27e4e3..bb7af13b 100644 --- a/src/lj_arch.h +++ b/src/lj_arch.h | |||
| @@ -511,7 +511,7 @@ | |||
| 511 | #endif | 511 | #endif |
| 512 | 512 | ||
| 513 | /* Various workarounds for embedded operating systems or weak C runtimes. */ | 513 | /* Various workarounds for embedded operating systems or weak C runtimes. */ |
| 514 | #if (defined(__ANDROID__) && !defined(LJ_TARGET_X86ORX64)) || defined(__symbian__) || LJ_TARGET_XBOX360 || LJ_TARGET_WINDOWS | 514 | #if defined(__ANDROID__) || defined(__symbian__) || LJ_TARGET_XBOX360 || LJ_TARGET_WINDOWS |
| 515 | #define LUAJIT_NO_LOG2 | 515 | #define LUAJIT_NO_LOG2 |
| 516 | #endif | 516 | #endif |
| 517 | #if defined(__symbian__) || LJ_TARGET_WINDOWS | 517 | #if defined(__symbian__) || LJ_TARGET_WINDOWS |
