home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / prog_c / f2c.lha / f2c_ami.zoo / src / amath.h next >
Encoding:
C/C++ Source or Header  |  1992-04-28  |  110 b   |  12 lines

  1. #ifdef LATTICE_50
  2.  
  3. #ifdef MIEEE
  4. #include <mieeedoub.h>
  5. #endif
  6.  
  7. #ifdef MFPU
  8. #include <m68881.h>
  9. #endif
  10.  
  11. #endif
  12.