From 8a7128dc4ac2bb056139e9208a9c6f14cea62594 Mon Sep 17 00:00:00 2001 From: bkoz Date: Mon, 25 Mar 2002 23:36:47 +0000 Subject: [PATCH] 2002-03-25 Benjamin Kosnik * 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 | 5 +++++ libstdc++-v3/config/os/newlib/bits/ctype_noninline.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 70ed922..991b6b6 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2002-03-25 Benjamin Kosnik + + * config/os/newlib/bits/ctype_noninline.h (ctype::classic): Set to + _ctype_. + 2002-03-25 Paolo Carlini * testsuite/22_locale/collate_byname.cc diff --git a/libstdc++-v3/config/os/newlib/bits/ctype_noninline.h b/libstdc++-v3/config/os/newlib/bits/ctype_noninline.h index 546f5c5..7cb1ece 100644 --- a/libstdc++-v3/config/os/newlib/bits/ctype_noninline.h +++ b/libstdc++-v3/config/os/newlib/bits/ctype_noninline.h @@ -35,7 +35,7 @@ const ctype_base::mask* ctype::classic_table() throw() - { return 0; } + { return _ctype_; } ctype::ctype(__c_locale, const mask* __table, bool __del, size_t __refs) -- 2.7.4