This commit is contained in:
Alon Zakai 2011-10-18 17:12:46 -07:00
Родитель be20834b76
Коммит 17b1418b0a
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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