diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-09-24 19:07:14 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-09-24 19:07:14 -0700 |
commit | cc236543f303de318066976c57936109f063b311 (patch) | |
tree | 8e3ebbaaf8fc617935a445428e39f6b0423ce50b /system/include/libc | |
parent | 1ea039eea38dad37c5b0c836cf98829bad6013ce (diff) |
use libc++; cubescript passes
Diffstat (limited to 'system/include/libc')
-rw-r--r-- | system/include/libc/ctype.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/include/libc/ctype.h b/system/include/libc/ctype.h index 56ad5abb..f478a56a 100644 --- a/system/include/libc/ctype.h +++ b/system/include/libc/ctype.h @@ -30,6 +30,7 @@ int _EXFUN(toascii, (int __c)); #define _toupper(__c) ((unsigned char)(__c) - 'a' + 'A') #endif +/* XXX Emscripten - these confuse libc++ #define _U 01 #define _L 02 #define _N 04 @@ -38,6 +39,7 @@ int _EXFUN(toascii, (int __c)); #define _C 040 #define _X 0100 #define _B 0200 +*/ #ifndef _MB_CAPABLE _CONST |