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

  1. *** orig/libgplus.5/libgplus/src/_string.h    Sat Nov 13 18:24:38 1993
  2. --- src/libgplus.5/libgplus/src/_string.h    Sat Nov 13 18:24:50 1993
  3. ***************
  4. *** 24,30 ****
  5. --- 24,34 ----
  6.   #define _String_h 1
  7.   
  8.   #include <iostream.h>
  9. + #ifdef __MSDOS__
  10. + #include <_Regex.h>
  11. + #else
  12.   #include <Regex.h>
  13. + #endif
  14.   
  15.   struct StrRep                     // internal String representations
  16.   {
  17.