ctype_noninline.h (ctype<char>::classic_table): Correct return value.

* config/os/hpux/ctype_noninline.h (ctype<char>::classic_table):
	Correct return value.

From-SVN: r64724
This commit is contained in:
Loren J. Rittle 2003-03-22 18:55:40 +00:00 committed by John David Anglin
parent 02a57c739e
commit ff81da238f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-03-22 Loren J. Rittle <ljrittle@acm.org>
* config/os/hpux/ctype_noninline.h (ctype<char>::classic_table):
Correct return value.
2003-03-21 Jerry Quinn <jlquinn@optonline.net>
PR libstdc++/5730

View File

@ -36,7 +36,7 @@
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)