home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / diffs / libgplus.262 / libgplus / src / _string.h next >
Encoding:
Text File  |  1995-01-18  |  408 b   |  17 lines

  1. *** orig/libgplus.262/libgplus/src/_string.h    Sun Dec 18 19:04:56 1994
  2. --- src/libgplus.262/libgplus/src/_string.h    Sun Dec 18 19:05:18 1994
  3. ***************
  4. *** 24,30 ****
  5. --- 24,34 ----
  6.   #define _String_h 1
  7.   
  8.   #include <iostream.h>
  9. + #ifndef __MSDOS__
  10.   #include <Regex.h>
  11. + #else
  12. + #include <_Regex.h>
  13. + #endif
  14.   
  15.   struct StrRep                     // internal String representations
  16.   {
  17.