Commit d4286526 by David Billinghurst Committed by David Billinghurst

ctype_noninline.h: Fix typo

2002-01-18  David Billinghurst <David.Billinghurst@riotinto.com>

	* config/os/irix/irix6.5/bits/ctype_noninline.h: Fix typo

From-SVN: r48979
parent b634ad42
2002-01-18 David Billinghurst <David.Billinghurst@riotinto.com>
* config/os/irix/irix6.5/bits/ctype_noninline.h: Fix typo
2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
* testsuite/testsuite_hooks.h: Fix comment typo. Memory
......
......@@ -36,7 +36,6 @@
// Data for classic_table().
const ctype_base::mask* ctype<char>::_S_ctable;
ctype<char>::ctype(const mask* __tab
ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
size_t __refs)
: __ctype_abstract_base<char>(__refs), _M_del(__table != 0 && __del),
......
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