diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2006-11-07 18:03:37 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2006-11-07 18:03:37 +0000 |
commit | 97a1b8753e2ff7eb5037b571c8e76c44a73e0449 (patch) | |
tree | 5e1663477d3db347e7279ec437e229fa74a66419 | |
parent | 4044133441d519ed17527ae4b6c186f2d6189f5c (diff) |
activate *trans functions, noticed by robert/wilfried, tested by
various people.
-rw-r--r-- | gnu/lib/libstdc++/libstdc++/include/c_std/std_cwctype.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/lib/libstdc++/libstdc++/include/c_std/std_cwctype.h b/gnu/lib/libstdc++/libstdc++/include/c_std/std_cwctype.h index d330e5ff054..85eb3ed5fc7 100644 --- a/gnu/lib/libstdc++/libstdc++/include/c_std/std_cwctype.h +++ b/gnu/lib/libstdc++/libstdc++/include/c_std/std_cwctype.h @@ -97,10 +97,8 @@ namespace std using ::iswctype; using ::towlower; using ::towupper; -#if defined(_GLIBCPP_USE_WCHAR_T) using ::towctrans; using ::wctrans; -#endif using ::wctype; } #endif //_GLIBCPP_USE_WCHAR_T |