home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gfx / imagefx_sdk-2.0.lha / 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.