# HG changeset patch # User Dave Love # Date 1037636115 0 # Node ID 5403143c2402a75404237392d1035b3e65d14320 # Parent e6b8c505563a23a72827010356c42b03be98db66 (bcopy, bzero, bcmp, alloca): Don't define. diff -r e6b8c505563a -r 5403143c2402 src/m/delta.h --- a/src/m/delta.h Mon Nov 18 16:11:32 2002 +0000 +++ b/src/m/delta.h Mon Nov 18 16:15:15 2002 +0000 @@ -119,10 +119,6 @@ #endif #define SIGNALS_VIA_CHARACTERS #define BROKEN_CLOSEDIR /* builtin closedir is interruptible */ -#undef HAVE_BCOPY /* b* functions are just stubs to mem* ones */ -#define bcopy(from,to,bytes) memcpy(to,from,bytes) -#define bzero(to,bytes) memset(to,0,bytes) -#define bcmp memcmp #define memmove(t,f,s) safe_bcopy(f,t,s) /* for overlapping copies */ #undef KERNEL_FILE #define KERNEL_FILE "/sysv68" @@ -151,8 +147,6 @@ #endif /* HAVE_X_WINDOWS */ #ifdef __GNUC__ - /* Use builtin alloca. Also be sure that no other ones are tried out. */ -# define alloca __builtin_alloca /* Union lisp objects do not yet work as of 19.15. */ /* # undef NO_UNION_TYPE */