diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-09 17:39:29 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-09 17:39:29 +0000 |
commit | 5fb21d9ab70b150f8dabc41de8e7632685325113 (patch) | |
tree | 5e2f556e7f2d2455edf13bfce2850af65738bec4 /libstdc++-v3/include/c_std | |
parent | 40a5f26313e73ce947c791052457e999e23aab16 (diff) | |
download | ppe42-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.h | 2 |
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; |