8sa1-gcc/gcc/config/m68k/xm-mot3300.h

17 lines
260 B
C
Raw Normal View History

1990-03-29 21:41:05 -05:00
#define USG
#include "m68k/xm-m68k.h"
1990-03-29 21:41:05 -05:00
#define bcopy(a,b,c) memcpy (b,a,c)
#define bzero(a,b) memset (a,0,b)
#define bcmp(a,b,c) memcmp (a,b,c)
1992-11-21 14:10:55 -05:00
#define rindex strrchr
#define index strchr
#define NO_SYS_SIGLIST
#ifndef __GNUC__
#define USE_C_ALLOCA
#endif