+2003-03-22 Loren J. Rittle <ljrittle@acm.org>
+
+ * config/os/hpux/bits/ctype_noninline.h (ctype<char>::classic_table):
+ Correct return value.
+
2003-02-17 Paolo Carlini <pcarlini@unitus.it>
PR libstdc++/9169
// Locale support -*- C++ -*-
-// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002
+// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003
// Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
const ctype_base::mask*
ctype<char>::classic_table() throw()
- { return 0; }
+ { return __SB_masks; }
ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
size_t __refs)