Commit ff81da23 by Loren J. Rittle Committed by John David Anglin

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
parent 02a57c73
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
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment