aboutsummaryrefslogtreecommitdiff
path: root/system/include/libc
diff options
context:
space:
mode:
Diffstat (limited to 'system/include/libc')
-rw-r--r--system/include/libc/ctype.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/include/libc/ctype.h b/system/include/libc/ctype.h
index 6df2e7c4..43d21f3f 100644
--- a/system/include/libc/ctype.h
+++ b/system/include/libc/ctype.h
@@ -33,9 +33,9 @@ int _EXFUN(toascii, (int __c));
#ifndef _MB_CAPABLE
_CONST
#endif
-extern __IMPORT char *__ctype_ptr__;
+/* XXX Emscripten extern __IMPORT char *__ctype_ptr__; */
-#ifndef __cplusplus
+#if 0 /* ndef __cplusplus XXX Emscripten: Do not use the macros here. always use the simple functions */
/* XXX Emscripten - these confuse libc++. moved to inside ifndef __cplusplus, and added CTYPE_ */
#define CTYPE__U 01