Sha256: f0d25a10ac89d7baf3eb4618d593923225a20082c107fe2423b0ed8eaca6640d

Contents?: true

Size: 435 Bytes

Versions: 3

Compression:

Stored size: 435 Bytes

Contents

#ifndef  _COMPAT_WCHAR_H_
#define  _COMPAT_WCHAR_H_

#include_next <wchar.h>

/* We undef these until libcxx is fixed. Without this,
   some things can fail to compile correctly, like
   Boost. Issue #1716. */

#undef iswalpha
#undef iswblank
#undef iswcntrl
#undef iswdigit
#undef iswgraph
#undef iswlower
#undef iswprint
#undef iswpunct
#undef iswspace
#undef iswupper
#undef iswxdigit
#undef iswctype

#endif /* _COMPAT_WCHAR_H_ */

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
webruby-0.2.7 modules/emscripten/system/include/compat/wchar.h
webruby-0.2.5 modules/emscripten/system/include/compat/wchar.h
webruby-0.2.4 modules/emscripten/system/include/compat/wchar.h