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 / regex.cc < prev    next >
Encoding:
Text File  |  1995-01-18  |  357 b   |  18 lines

  1. *** orig/libgplus.262/libgplus/src/regex.cc    Sun Dec 18 18:59:12 1994
  2. --- src/libgplus.262/libgplus/src/regex.cc    Sun Dec 18 19:00:18 1994
  3. ***************
  4. *** 35,41 ****
  5. --- 35,46 ----
  6.   #endif
  7.   }
  8.   
  9. + #ifndef __MSDOS__
  10.   #include <Regex.h>
  11. + #else
  12. + #pragma implementation "_Regex.h"
  13. + #include <_Regex.h>
  14. + #endif
  15.   
  16.   Regex::~Regex()
  17.   {
  18.