summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/c_std
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2001-06-09 17:39:29 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2001-06-09 17:39:29 +0000
commit5fb21d9ab70b150f8dabc41de8e7632685325113 (patch)
tree5e2f556e7f2d2455edf13bfce2850af65738bec4 /libstdc++-v3/include/c_std
parent40a5f26313e73ce947c791052457e999e23aab16 (diff)
downloadppe42-gcc-5fb21d9ab70b150f8dabc41de8e7632685325113.tar.gz
ppe42-gcc-5fb21d9ab70b150f8dabc41de8e7632685325113.zip
2001-06-09 Benjamin Kosnik <bkoz@redhat.com>
* 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
Diffstat (limited to 'libstdc++-v3/include/c_std')
-rw-r--r--libstdc++-v3/include/c_std/bits/std_cctype.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libstdc++-v3/include/c_std/bits/std_cctype.h b/libstdc++-v3/include/c_std/bits/std_cctype.h
index ed7817114d5..aa120b00bc2 100644
--- a/libstdc++-v3/include/c_std/bits/std_cctype.h
+++ b/libstdc++-v3/include/c_std/bits/std_cctype.h
@@ -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;
OpenPOWER on IntegriCloud