OSDN Git Service

2002-01-18 David Billinghurst <David.Billinghurst@riotinto.com>
authorbillingd <billingd@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Jan 2002 04:29:28 +0000 (04:29 +0000)
committerbillingd <billingd@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Jan 2002 04:29:28 +0000 (04:29 +0000)
* config/os/irix/irix6.5/bits/ctype_noninline.h: Fix typo

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48979 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 1e8e7ad..603c5af 100644 (file)
@@ -1,3 +1,7 @@
+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
 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
 
        * testsuite/testsuite_hooks.h: Fix comment typo.  Memory
index f53f601..73676f0 100644 (file)
@@ -36,7 +36,6 @@
   // Data for classic_table().
   const ctype_base::mask* ctype<char>::_S_ctable;
 
   // 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), 
   ctype<char>::ctype(__c_locale, const mask* __table, bool __del, 
                     size_t __refs)
   : __ctype_abstract_base<char>(__refs), _M_del(__table != 0 && __del),