diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-02-08 16:15:21 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-02-08 16:15:21 -0800 |
commit | c844ed84ffa7ef658949abc08d25462958744eb6 (patch) | |
tree | 0d427087481fc5266ebce4f2d7238dd8132aaabb /system/lib/libcxx | |
parent | 6c21c614aac4500a74b78b91cbbe12dcd22f6af0 (diff) | |
parent | 595717c22f51d0bb2035bceacffd02a280ef6218 (diff) |
Merge pull request #226 from FishingCactus/istream2
Missing files for c++ locale
Diffstat (limited to 'system/lib/libcxx')
-rw-r--r-- | system/lib/libcxx/locale.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/lib/libcxx/locale.cpp b/system/lib/libcxx/locale.cpp index 0530b7af..4675fec3 100644 --- a/system/lib/libcxx/locale.cpp +++ b/system/lib/libcxx/locale.cpp @@ -910,7 +910,7 @@ ctype<char>::do_narrow(const char_type* low, const char_type* high, char dfault, } // XXX Emscripten define local table -extern "C" const unsigned int ** __ctype_b_loc(); +extern "C" const unsigned short ** __ctype_b_loc(); extern "C" const int ** __ctype_tolower_loc(); extern "C" const int ** __ctype_toupper_loc(); |