[PATCH] Use __uselocale in ctype_members.cc

Benjamin Kosnik bkoz@nabi.net
Wed Sep 4 13:51:00 GMT 2002


> 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
> 
> 	* config/locale/gnu/ctype_members.cc (ctype<wchar_t>::do_widen(char)):
> 	Switch to _M_c_locale_ctype around btowc call.
> 	(ctype<wchar_t>::do_widen(const char*, const char *, wchar_t*)):
> 	Switch to _M_c_locale_ctype around mbsrtowcs call.
> 	(ctype<wchar_t>::do_narrow(char)): Switch to _M_c_locale_ctype around
> 	wctob call.
> 	(ctype<wchar_t>::do_narrow(const char*, const char *, wchar_t*)):
> 	Switch to _M_c_locale_ctype around wcsrtombs call.

This is fine. Thanks Jakub!



More information about the Gcc-patches mailing list