This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[v3] automatic regression checker fix




This should be the last one from the header changes

tested x86/linux
tested x86/linux x powerpc-eabism

branch and trunk

2001-06-09  Benjamin Kosnik  <bkoz@redhat.com>

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

Index: include/c_std/bits/std_cctype.h
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/include/c_std/bits/std_cctype.h,v
retrieving revision 1.6
diff -c -p -r1.6 std_cctype.h
*** std_cctype.h	2001/06/09 06:49:13	1.6
--- std_cctype.h	2001/06/09 17:37:51
***************
*** 40,46 ****
  // 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
--- 40,45 ----
*************** namespace std
*** 57,63 ****
  {
    using ::isalnum;
    using ::isalpha;
-   using ::isblank;
    using ::iscntrl;
    using ::isdigit;
    using ::isgraph;
--- 56,61 ----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]