home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / stl453up.zip / stl453fx / zOSv1r2_DIFFS / stlport-stl-_istream.c < prev    next >
Text File  |  2002-05-05  |  313b  |  6 lines

  1. 86,87c86
  2. <   //TORLAB DEBUG original _Scan_for_wspace(const ctype<char_type>* __ctype) : _M_ctype(__ctype) {}
  3. <   _Scan_for_wspace(const ctype<char_type>* __c_type) : _M_ctype(__c_type) {} //TORLAB DEBUG changed __ctype to __c_type
  4. ---
  5. >   _Scan_for_wspace(const ctype<char_type>* __ctype) : _M_ctype(__ctype) {}
  6.