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:
parent
02a57c739e
commit
ff81da238f
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user