diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-10-07 20:56:26 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-10-07 20:56:26 -0700 |
commit | 592b631c192602869696f072878866d8f89a2316 (patch) | |
tree | a2b99099f53daf7c65ed5e99ab650518b7ae2595 /system/include/libc/stdint.h | |
parent | 69ae3975ffde37d00dc84b2b446ab03dcef2f1e7 (diff) |
header fixes; fixes poppler
Diffstat (limited to 'system/include/libc/stdint.h')
-rw-r--r-- | system/include/libc/stdint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/include/libc/stdint.h b/system/include/libc/stdint.h index 94759e96..d6cea665 100644 --- a/system/include/libc/stdint.h +++ b/system/include/libc/stdint.h @@ -33,7 +33,7 @@ extern "C" { /* Check if "long" is 64bit or 32bit wide */ #if __STDINT_EXP(LONG_MAX) > 0x7fffffff #define __have_long64 1 -#elif __STDINT_EXP(LONG_MAX) == 0x7fffffff && !defined(__SPU__) +#elif __STDINT_EXP(LONG_MAX) == 0x7fffffff && !defined(__SPU__) && !defined(EMSCRIPTEN) #define __have_long32 1 #endif |