home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / gfx / misc / imagefx_sdk / include / scan / pragmas.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-19  |  212 b   |  13 lines

  1. #ifndef SCAN_PRAGMAS_H
  2.  
  3. #ifdef LATTICE
  4. #include <scan/scan_pragmas_sas.h>
  5. #endif
  6. #ifdef SAS
  7. #include <scan/scan_pragmas_sas.h>
  8. #endif
  9. /* no longer supports DICE (if it ever did) */
  10.  
  11. #define SCAN_PRAGMAS_H
  12. #endif
  13.