import of gcc-2.8
[official-gcc.git] / gcc / config / m68k / xm-plexus.h
blobfbc9a32846e79ee7ebd30955099e7fc63996f159
1 /* Host environment for 68000's running System V. */
3 #include "m68k/xm-m68k.h"
5 #define USG
6 #ifndef __GNUC__
7 #define USE_C_ALLOCA
8 #endif
10 #ifndef _SIZE_T_
11 typedef int size_t;
12 #define _SIZE_T_
13 #endif