home *** CD-ROM | disk | FTP | other *** search
- *** orig/libgplus.262/libgplus/src/integer.cc Sun Dec 18 20:18:24 1994
- --- src/libgplus.262/libgplus/src/integer.cc Sun Dec 18 20:18:38 1994
- ***************
- *** 32,38 ****
- --- 32,42 ----
- #include <std.h>
- #include <ctype.h>
- #include <limits.h>
- + #ifndef __MSDOS__
- #include <Obstack.h>
- + #else
- + #include <_Obstack.h>
- + #endif
- #include <AllocRing.h>
- #include <new.h>
- #include <builtin.h>
-