home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / diffs / libgplus.5 / libgplus / src / ioob.cc < prev    next >
Encoding:
Text File  |  1993-12-14  |  436 b   |  17 lines

  1. *** orig/libgplus.5/libgplus/src/ioob.cc    Sat Nov 13 18:23:02 1993
  2. --- src/libgplus.5/libgplus/src/ioob.cc    Sat Nov 13 18:23:28 1993
  3. ***************
  4. *** 23,29 ****
  5. --- 23,33 ----
  6.   #ifdef __GNUG__
  7.   #pragma implementation
  8.   #endif
  9. + #ifdef __MSDOS__
  10. + #include <_Obstack.h>
  11. + #else
  12.   #include <Obstack.h>
  13. + #endif
  14.   
  15.   // Obstacks are used as an easy way to allocate enough space
  16.   // for various builtin input operations
  17.