home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 2
/
goldfish_vol2_cd1.bin
/
files
/
comm
/
misc
/
elcheapofax
/
newiff
/
iffp
/
compiler.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-12-21
|
661b
|
26 lines
#ifndef COMPILER_H
#define COMPILER_H
/*** compiler.h *********************************************************/
/* Steve Shaw 1/29/86 */
/* Portability file to handle compiler idiosyncrasies. */
/* */
/* This software is in the public domain. */
/* modified 05/91 for use with iffparse - CAS_CBM */
/************************************************************************/
#ifndef EXEC_TYPES_H
#include "exec/types.h"
#endif
/*
#define NO_PROTOS
*/
#ifndef LATTICE
#define NO_SAS_PRAGMAS
#endif
#endif /* COMPILER_H */