OSDN Git Service

2002-04-30 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Apr 2002 09:15:48 +0000 (09:15 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Apr 2002 09:15:48 +0000 (09:15 +0000)
PR libstdc++/6511
* config/os/solaris/solaris2.7/bits/ctype_noninline.h: Fix typo.

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

libstdc++-v3/ChangeLog
libstdc++-v3/config/os/solaris/solaris2.7/bits/ctype_noninline.h

index cccb6ba..0b12903 100644 (file)
@@ -1,3 +1,8 @@
+2002-04-30  Benjamin Kosnik  <bkoz@redhat.com>
+
+       PR libstdc++/6511
+       * config/os/solaris/solaris2.7/bits/ctype_noninline.h: Fix typo.
+
 2002-04-29  Benjamin Kosnik  <bkoz@redhat.com>
 
        PR libstdc++/5820
index 61462a9..c8b11a9 100644 (file)
@@ -48,7 +48,7 @@
   ctype<char>::ctype(const mask* __table, bool __del, size_t __refs)
   : __ctype_abstract_base<char>(__refs), _M_del(__table != 0 && __del), 
   _M_toupper(__trans_upper), _M_tolower(__trans_lower),
-  _M_table(__table == 0 ? __table : classic_table()) 
+  _M_table(__table ? __table : classic_table()) 
   { }
 
   char