From: Dave Love Date: Mon, 18 Nov 2002 16:15:15 +0000 (+0000) Subject: (bcopy, bzero, bcmp, alloca): Don't define. X-Git-Tag: ttn-vms-21-2-B4~12360 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cfae195296efaa7bebf40f407bea4fe62f2af5f8;p=emacs.git (bcopy, bzero, bcmp, alloca): Don't define. --- diff --git a/src/m/delta.h b/src/m/delta.h index a879580d02a..a09e65d5284 100644 --- a/src/m/delta.h +++ b/src/m/delta.h @@ -119,10 +119,6 @@ Boston, MA 02111-1307, USA. */ #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 @@ Boston, MA 02111-1307, USA. */ #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 */