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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-01-18
|
357 b
|
18 lines
*** orig/libgplus.262/libgplus/src/regex.cc Sun Dec 18 18:59:12 1994
--- src/libgplus.262/libgplus/src/regex.cc Sun Dec 18 19:00:18 1994
***************
*** 35,41 ****
--- 35,46 ----
#endif
}
+ #ifndef __MSDOS__
#include <Regex.h>
+ #else
+ #pragma implementation "_Regex.h"
+ #include <_Regex.h>
+ #endif
Regex::~Regex()
{