From bed7f38970753040d670f6a83dfca127a7027f7d Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Thu, 7 Sep 2000 22:38:41 +0000 Subject: [PATCH] std_cwctype.h: Remove yesterday's hacks. 2000-09-07 Benjamin Kosnik * bits/std_cwctype.h: Remove yesterday's hacks. From-SVN: r36251 --- libstdc++-v3/bits/std_cwctype.h | 6 ------ 1 file changed, 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 -- 2.7.4