2001-06-09 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Jun 2001 17:39:29 +0000 (17:39 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Jun 2001 17:39:29 +0000 (17:39 +0000)
* include/c_std/bits/std_cctype.h: Remove isblank.

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

libstdc++-v3/ChangeLog
libstdc++-v3/include/c_std/bits/std_cctype.h

index 97ab331..9ebecfa 100644 (file)
@@ -1,5 +1,9 @@
 2001-06-09  Benjamin Kosnik  <bkoz@redhat.com>
 
+       * include/c_std/bits/std_cctype.h: Remove isblank.
+
+2001-06-09  Benjamin Kosnik  <bkoz@redhat.com>
+
        * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Check for fgetwc,
        fgetws.
        * aclocal.m4: Regenerate.
index ed78171..aa120b0 100644 (file)
@@ -40,7 +40,6 @@
 // Get rid of those macros defined in <ctype.h> in lieu of real functions.
 #undef isalnum
 #undef isalpha
-#undef isblank
 #undef iscntrl
 #undef isdigit
 #undef isgraph
@@ -57,7 +56,6 @@ namespace std
 {
   using ::isalnum;
   using ::isalpha;
-  using ::isblank;
   using ::iscntrl;
   using ::isdigit;
   using ::isgraph;