home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga MA Magazine 1998 #6
/
amigamamagazinepolishissue1998.iso
/
coders
/
imagefx_sdk
/
include
/
scan
/
pragmas.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1980-01-11
|
212 b
|
13 lines
#ifndef SCAN_PRAGMAS_H
#ifdef LATTICE
#include <scan/scan_pragmas_sas.h>
#endif
#ifdef SAS
#include <scan/scan_pragmas_sas.h>
#endif
/* no longer supports DICE (if it ever did) */
#define SCAN_PRAGMAS_H
#endif