diff options
author | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2000-09-07 22:38:41 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2000-09-07 22:38:41 +0000 |
commit | bed7f38970753040d670f6a83dfca127a7027f7d (patch) | |
tree | 08a7b9d82813acd401973cb185c618ea956c9507 | |
parent | e8cb4873840fae2708dc58c13fbb9ff1e7bc1bc9 (diff) | |
download | gcc-bed7f38970753040d670f6a83dfca127a7027f7d.zip gcc-bed7f38970753040d670f6a83dfca127a7027f7d.tar.gz gcc-bed7f38970753040d670f6a83dfca127a7027f7d.tar.bz2 |
std_cwctype.h: Remove yesterday's hacks.
2000-09-07 Benjamin Kosnik <bkoz@cygnus.com>
* bits/std_cwctype.h: Remove yesterday's hacks.
From-SVN: r36251
-rw-r--r-- | libstdc++-v3/bits/std_cwctype.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libstdc++-v3/bits/std_cwctype.h b/libstdc++-v3/bits/std_cwctype.h index 47e9f8b..c67f2ba 100644 --- a/libstdc++-v3/bits/std_cwctype.h +++ b/libstdc++-v3/bits/std_cwctype.h @@ -34,12 +34,6 @@ #ifndef _CPP_CWCTYPE #define _CPP_CWCTYPE 1 -// XXX 2000-09-06 get unsigned warnings in glibc 2.1.x -// XXX either remove -Werror or do this hackery -#if __GLIBC__ >= 2 && __GLIBC_MINOR__ < 2 && defined(__OPTIMIZE__) -#undef __OPTIMIZE__ -#endif - # pragma GCC system_header # include_next <wctype.h> |