aboutsummaryrefslogtreecommitdiff
path: root/gcc-1.40/config/xm-tower.h
blob: 1dc01ef4cfde2b6062e5d8df3620290f4770fd6f (plain) (blame)
1
2
3
4
5
6
7
8
#include "xm-m68k.h"

#define USG
#define HAVE_VPRINTF

#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)