home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / diffs / libgplus.5 / libgplus / src / _regex.cc < prev    next >
Encoding:
Text File  |  1993-12-14  |  329 b   |  17 lines

  1. *** orig/libgplus.5/libgplus/src/_regex.cc    Sat Nov 13 18:24:54 1993
  2. --- src/libgplus.5/libgplus/src/_regex.cc    Sat Nov 13 18:25:08 1993
  3. ***************
  4. *** 31,37 ****
  5. --- 31,41 ----
  6.   #include <regex.h>
  7.   }
  8.   
  9. + #ifdef __MSDOS__
  10. + #include <_Regex.h>
  11. + #else
  12.   #include <Regex.h>
  13. + #endif
  14.   
  15.   Regex::~Regex()
  16.   {
  17.