]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
*** empty log message ***
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 31 Oct 2000 22:33:26 +0000 (22:33 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 31 Oct 2000 22:33:26 +0000 (22:33 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37169 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/include/c/bits/std_cwctype.h

index 3d373ed00dcf88ceda3547b2dee90f43c64ddab4..59948f200fc6630b170016c981a2f733aaeaa1f9 100644 (file)
@@ -1,3 +1,7 @@
+2000-10-31  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>
+
+       * include/c/bits/std_cwctype.h: Add more undefs.
+
 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
 
        * include/bits/std_complex.h (norm): Forward declare.
index e55b4c50ba072909118de282d4a4223b1d981cd7..1fdf960a7bdb4222b73d5a93d30de88080423fc4 100644 (file)
 #undef iswupper
 #undef iswxdigit
 #undef iswctype  
+#undef towlower
+#undef towupper
+#undef towctrans
+#undef wctrans
 
 namespace std
 {