home *** CD-ROM | disk | FTP | other *** search
- *** orig/libgplus.5/libgplus/src/obstack.cc Sat Nov 13 18:23:36 1993
- --- src/libgplus.5/libgplus/src/obstack.cc Wed Dec 15 03:15:16 1993
- ***************
- *** 20,26 ****
- --- 20,31 ----
- #endif
- #include <limits.h>
- #include <builtin.h>
- + #ifdef __MSDOS__
- + #pragma implementation "_Obstack.h"
- + #include <_Obstack.h>
- + #else
- #include <Obstack.h>
- + #endif
-
- Obstack::Obstack(int size, int alignment)
- {
-