# HG changeset patch # User Francesco Potort # Date 767900878 0 # Node ID 66f3335be178047e7fd6efcad174769c5e0f2768 # Parent cd1541f4c87cd5381a71825589be136898b19763 * m/delta.h: (SYSTEM_MALLOC): defined as gnu malloc does not work. (BCOPY_UPWARD_SAFE): defined to 0 for the Green Hills compiler. diff -r cd1541f4c87c -r 66f3335be178 src/m/delta.h --- a/src/m/delta.h Mon May 02 17:13:42 1994 +0000 +++ b/src/m/delta.h Mon May 02 17:47:58 1994 +0000 @@ -153,6 +153,7 @@ #undef KERNEL_FILE #define KERNEL_FILE "/sysv68" #undef LDAV_SYMBOL +#define SYSTEM_MALLOC #ifdef SIGIO /* R3V7 has SIGIO, but interrupt input does not work yet. Let's go on with cbreak code. */ @@ -225,7 +226,8 @@ functions with few local variables. */ # define C_SWITCH_MACHINE -ga -O # define GAP_USE_BCOPY /* *++to = *++from is inefficient */ -# define BCOPY_DOWNWARD_SAFE /* bcopy does: mov.b (%a1)+,(%a0)+ */ +# define BCOPY_UPWARD_SAFE 0 +# define BCOPY_DOWNWARD_SAFE 1 /* bcopy does: mov.b (%a1)+,(%a0)+ */ # else /* We are using the standard AT&T Portable C Compiler */ # define SWITCH_ENUM_BUG