OSDN Git Service

* config/os/gnu-linux/ctype_noninline.h
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Sep 2002 17:58:27 +0000 (17:58 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Sep 2002 17:58:27 +0000 (17:58 +0000)
commit1f14c6c239879bdaf221c0e90990191e9967b066
tree9cea2eb5858e1a74bfa18df13bc0c3dfbfa6375b
parenta9cf8ba2161b9e52dc2e51267998dba1a4fb135f
* 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}.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56893 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/config/os/gnu-linux/ctype_noninline.h