gcc/libstdc++-v3/config/os
Jakub Jelinek 1c28b93579 ctype_noninline.h [...]: Remove using _C_legacy::__ctype_*.
* config/os/gnu-linux/ctype_noninline.h
	[_GLIBCPP_USE_SHADOW_HEADERS]: Remove using _C_legacy::__ctype_*.
	(ctype<char>::classic_table): If _GLIBCPP_C_LOCALE_GNU, return
	_S_c_locale->__ctype_b, otherwise temporarily switch to "C" locale
	and return __ctype_b.
	(ctype<char>::ctype(__c_locale, const mask*, bool, size_t)): If not
	_GLIBCPP_C_LOCALE_GNU, temporarily switch to "C" locale and
	initialize using __ctype_{b,tolower,toupper}.
	(ctype<char>::ctype(const mask*, bool, size_t)): If
	_GLIBCPP_C_LOCALE_GNU, initialize using
	_S_c_locale->__ctype_{b,tolower,toupper}, otherwise temporarily
	switch to "C" locale and initialize using __ctype_{b,tolower,toupper}.

From-SVN: r56893
2002-09-06 19:58:27 +02:00
..
aix
bsd
djgpp
generic
gnu-linux ctype_noninline.h [...]: Remove using _C_legacy::__ctype_*. 2002-09-06 19:58:27 +02:00
hpux
irix
mingw32
newlib ctype_inline.h (is): Don't offset _M_table. 2002-08-02 16:10:12 +00:00
osf/osf5.0
qnx/qnx6.1
solaris ctype_base.h (ctype_base): Fix print to match vendor <ctype.h>. 2002-07-15 20:23:38 +00:00
windiss