home *** CD-ROM | disk | FTP | other *** search
- *** orig/libgplus.5/libgplus/src/_string.h Sat Nov 13 18:24:38 1993
- --- src/libgplus.5/libgplus/src/_string.h Sat Nov 13 18:24:50 1993
- ***************
- *** 24,30 ****
- --- 24,34 ----
- #define _String_h 1
-
- #include <iostream.h>
- + #ifdef __MSDOS__
- + #include <_Regex.h>
- + #else
- #include <Regex.h>
- + #endif
-
- struct StrRep // internal String representations
- {
-