diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-31 22:33:26 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-31 22:33:26 +0000 |
commit | e46daf7d642ff702da2cb0cea7f5c2e80a08104d (patch) | |
tree | d848f7bf7978f9e01a80def42d480f6acbdbad1f /libstdc++-v3 | |
parent | 4daf4f4f86801f5caccb96f80a67a51994cf28bf (diff) | |
download | gcc-e46daf7d642ff702da2cb0cea7f5c2e80a08104d.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37169 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/include/c/bits/std_cwctype.h | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 3d373ed00dc..59948f200fc 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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. diff --git a/libstdc++-v3/include/c/bits/std_cwctype.h b/libstdc++-v3/include/c/bits/std_cwctype.h index e55b4c50ba0..1fdf960a7bd 100644 --- a/libstdc++-v3/include/c/bits/std_cwctype.h +++ b/libstdc++-v3/include/c/bits/std_cwctype.h @@ -54,6 +54,10 @@ #undef iswupper #undef iswxdigit #undef iswctype +#undef towlower +#undef towupper +#undef towctrans +#undef wctrans namespace std { |