ctype_noninline.h: Fix typo
authorDavid Billinghurst <David.Billinghurst@riotinto.com>
Fri, 18 Jan 2002 04:29:28 +0000 (04:29 +0000)
committerDavid Billinghurst <billingd@gcc.gnu.org>
Fri, 18 Jan 2002 04:29:28 +0000 (04:29 +0000)
2002-01-18  David Billinghurst <David.Billinghurst@riotinto.com>

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

From-SVN: r48979

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

index 1e8e7ade726d6e18a26ae2a21dbee5a8b8f70c70..603c5aff66d69c2e6a258e5e71340457d2a95a77 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
index f53f601fcb8f078b4beb74900ae483920b2232a7..73676f0c58cbdfa09c3a108fa691235a4ed194ae 100644 (file)
@@ -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),