Commit ffa8863d by Charles Hannum

entered into RCS

From-SVN: r6
parent 78206eab
#define USG
#ifndef unos
#define unos
#endif
#include "xm-m68k.h"
#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)
/* Avoid conflict with C library by changing name of this symbol. */
#define gettime gcc_gettime
#ifndef __GNUC__
#define USE_C_ALLOCA
#else
#define alloca __builtin_alloca
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment