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

  1. *** orig/libgplus.5/libgplus/src/obstack.cc    Sat Nov 13 18:23:36 1993
  2. --- src/libgplus.5/libgplus/src/obstack.cc    Wed Dec 15 03:15:16 1993
  3. ***************
  4. *** 20,26 ****
  5. --- 20,31 ----
  6.   #endif
  7.   #include <limits.h>
  8.   #include <builtin.h>
  9. + #ifdef __MSDOS__
  10. + #pragma implementation "_Obstack.h"
  11. + #include <_Obstack.h>
  12. + #else
  13.   #include <Obstack.h>
  14. + #endif
  15.   
  16.   Obstack::Obstack(int size, int alignment)
  17.   {
  18.