std_cctype.h: Remove isblank.
authorBenjamin Kosnik <bkoz@redhat.com>
Sat, 9 Jun 2001 17:39:29 +0000 (17:39 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Sat, 9 Jun 2001 17:39:29 +0000 (17:39 +0000)
2001-06-09  Benjamin Kosnik  <bkoz@redhat.com>

* include/c_std/bits/std_cctype.h: Remove isblank.

From-SVN: r43078

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

index 97ab331f899ebe1d2cdcae95b8289d4889c661a5..9ebecfa2d084c24a257369abd9e37f9cd63603f9 100644 (file)
@@ -1,3 +1,7 @@
+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,
index ed7817114d5fa48502b95f7814271d341b7f4c71..aa120b00bc2348b3095a8548f7b43b14dfa1d070 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;