This commit is contained in:
Alon Zakai 2011-12-12 22:50:34 -08:00
Родитель db37551c79
Коммит 1224991a34
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -30,10 +30,12 @@ int _EXFUN(toascii, (int __c));
#define _toupper(__c) ((unsigned char)(__c) - 'a' + 'A')
#endif
/* XXX Emscripten
#ifndef _MB_CAPABLE
_CONST
#endif
/* XXX Emscripten extern __IMPORT char *__ctype_ptr__; */
extern __IMPORT char *__ctype_ptr__;
*/
#if 0 /* ndef __cplusplus XXX Emscripten: Do not use the macros here. always use the simple functions */