2002-03-25 Benjamin Kosnik <bkoz@redhat.com>
* config/os/newlib/bits/ctype_noninline.h (ctype::classic): Set to
_ctype_.
From-SVN: r51354
+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
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)