mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-20 16:39:50 +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>
|
||||
|
||||
* testsuite/22_locale/collate_byname.cc
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user