#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 */


