mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-20 16:49:24 +08:00
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:
parent
ed47971a35
commit
9ad6276f02
@ -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>
|
2002-03-25 Paolo Carlini <pcarlini@unitus.it>
|
||||||
|
|
||||||
* testsuite/22_locale/collate_byname.cc
|
* testsuite/22_locale/collate_byname.cc
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
const ctype_base::mask*
|
const ctype_base::mask*
|
||||||
ctype<char>::classic_table() throw()
|
ctype<char>::classic_table() throw()
|
||||||
{ return 0; }
|
{ return _ctype_; }
|
||||||
|
|
||||||
ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
|
ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
|
||||||
size_t __refs)
|
size_t __refs)
|
||||||
|
Loading…
Reference in New Issue
Block a user