This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Typo in libstdc++-v3/config/os/irix/irix6.5/bits/ctype_noninline.h


mips-sgi-irix6.5 dies while compiling
libstdc++-v3/config/os/irix/irix6.5/bits/ctype_noninline.h.  There is a
typo.  This may be the fix, but I am not sure.  It compiles, and
bootstrap is in progress.

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

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

ndex: ctype_noninline.h
===================================================================
RCS file:
/cvs/gcc/gcc/libstdc++-v3/config/os/irix/irix6.5/bits/ctype_noninline.h,
v
retrieving revision 1.3
diff -u -r1.3 ctype_noninline.h
--- ctype_noninline.h   2002/01/17 03:59:39     1.3
+++ ctype_noninline.h   2002/01/18 00:22:19
@@ -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),


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]