ctype_noninline.h (ctype::classic): Set to _ctype_.
authorBenjamin Kosnik <bkoz@redhat.com>
Mon, 25 Mar 2002 23:36:47 +0000 (23:36 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Mon, 25 Mar 2002 23:36:47 +0000 (23:36 +0000)
2002-03-25  Benjamin Kosnik  <bkoz@redhat.com>

        * config/os/newlib/bits/ctype_noninline.h (ctype::classic): Set to
        _ctype_.

From-SVN: r51354

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

index 70ed92291d70cf53c3b1531af727cc1c479cf4ac..991b6b6ee47b206ec0f0199a111c473b95612444 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 546f5c5ac740db3bf4eb873eed7a24c7d9f97eec..7cb1ece512e03f4eb563c8d5570f157225b584cb 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)