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 / integer.cc < prev    next >
Encoding:
Text File  |  1995-01-18  |  416 b   |  17 lines

  1. *** orig/libgplus.262/libgplus/src/integer.cc    Sun Dec 18 20:18:24 1994
  2. --- src/libgplus.262/libgplus/src/integer.cc    Sun Dec 18 20:18:38 1994
  3. ***************
  4. *** 32,38 ****
  5. --- 32,42 ----
  6.   #include <std.h>
  7.   #include <ctype.h>
  8.   #include <limits.h>
  9. + #ifndef __MSDOS__
  10.   #include <Obstack.h>
  11. + #else
  12. + #include <_Obstack.h>
  13. + #endif
  14.   #include <AllocRing.h>
  15.   #include <new.h>
  16.   #include <builtin.h>
  17.