home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 2
/
FFMCD02.bin
/
new
/
gfx
/
edit
/
tsmorph
/
iffp
/
compiler.h
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 */