home *** CD-ROM | disk | FTP | other *** search
- *** orig/libgplus.5/libgplus/src/complex.h Sat Nov 13 18:20:30 1993
- --- src/libgplus.5/libgplus/src/complex.h Sat Nov 13 18:21:36 1993
- ***************
- *** 1,6 ****
- --- 1,10 ----
- #ifndef _complex_h
- #define _complex_h
- #define __ATT_complex__
- + #ifdef __MSDOS__
- + #include <_Complex.h>
- + #else
- #include <Complex.h>
- + #endif
- typedef class Complex complex;
- #endif
-