home *** CD-ROM | disk | FTP | other *** search
- *** orig/libgplus.262/libgplus/src/_string.h Sun Dec 18 19:04:56 1994
- --- src/libgplus.262/libgplus/src/_string.h Sun Dec 18 19:05:18 1994
- ***************
- *** 24,30 ****
- --- 24,34 ----
- #define _String_h 1
-
- #include <iostream.h>
- + #ifndef __MSDOS__
- #include <Regex.h>
- + #else
- + #include <_Regex.h>
- + #endif
-
- struct StrRep // internal String representations
- {
-