gcc-papermario/config/m68k/xm-plexus.h
2020-09-20 21:06:00 -04:00

14 lines
201 B
C

/* Host environment for 68000's running System V. */
#include "m68k/xm-m68k.h"
#define USG
#ifndef __GNUC__
#define USE_C_ALLOCA
#endif
#ifndef _SIZE_T_
typedef int size_t;
#define _SIZE_T_
#endif