diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2002-03-25 23:36:47 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2002-03-25 23:36:47 +0000 |
commit | 9ad6276f020d76c928e1b64167e32208bd012dc5 (patch) | |
tree | e3ec02b3dccf79d6a8752a234f310301aeae3820 | |
parent | ed47971a3556833893e370027e5a3d84113cdbe0 (diff) | |
download | gcc-9ad6276f020d76c928e1b64167e32208bd012dc5.zip gcc-9ad6276f020d76c928e1b64167e32208bd012dc5.tar.gz gcc-9ad6276f020d76c928e1b64167e32208bd012dc5.tar.bz2 |
ctype_noninline.h (ctype::classic): Set to _ctype_.
2002-03-25 Benjamin Kosnik <bkoz@redhat.com>
* config/os/newlib/bits/ctype_noninline.h (ctype::classic): Set to
_ctype_.
From-SVN: r51354
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/config/os/newlib/bits/ctype_noninline.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 70ed922..991b6b6 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2002-03-25 Benjamin Kosnik <bkoz@redhat.com> + + * config/os/newlib/bits/ctype_noninline.h (ctype::classic): Set to + _ctype_. + 2002-03-25 Paolo Carlini <pcarlini@unitus.it> * testsuite/22_locale/collate_byname.cc diff --git a/libstdc++-v3/config/os/newlib/bits/ctype_noninline.h b/libstdc++-v3/config/os/newlib/bits/ctype_noninline.h index 546f5c5..7cb1ece 100644 --- a/libstdc++-v3/config/os/newlib/bits/ctype_noninline.h +++ b/libstdc++-v3/config/os/newlib/bits/ctype_noninline.h @@ -35,7 +35,7 @@ const ctype_base::mask* ctype<char>::classic_table() throw() - { return 0; } + { return _ctype_; } ctype<char>::ctype(__c_locale, const mask* __table, bool __del, size_t __refs) |