OSDN Git Service

2002-03-25 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Mar 2002 23:36:47 +0000 (23:36 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Mar 2002 23:36:47 +0000 (23:36 +0000)
        * config/os/newlib/bits/ctype_noninline.h (ctype::classic): Set to
        _ctype_.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51354 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/config/os/newlib/bits/ctype_noninline.h

index 70ed922..991b6b6 100644 (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
index 546f5c5..7cb1ece 100644 (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)