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
This commit is contained in:
Benjamin Kosnik 2002-03-25 23:36:47 +00:00 committed by Benjamin Kosnik
parent ed47971a35
commit 9ad6276f02
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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)