* config/m68k/xm-mpw.h (spin.h): Include.

(ALMOST_STDC): Only define if MPW_C.
	* config/m68k/tm-mac.h: New file, Mac target definitions.
This commit is contained in:
Stan Shebs
1994-12-14 01:00:17 +00:00
parent 9529275a91
commit a2905ef89e
4 changed files with 31 additions and 1 deletions

View File

@@ -21,8 +21,12 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "fopen-bin.h"
#include "spin.h"
#define CANT_FORK
#ifdef MPW_C
/* MPW C is basically ANSI, but doesn't actually enable __STDC__,
nor does it allow __STDC__ to be #defined. */
@@ -30,6 +34,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define ALMOST_STDC
#endif
#endif /* MPW_C */
#ifdef BFD_TRUE_FALSE
#ifndef false
#define false mpw_false