]> git.eshelyaron.com Git - emacs.git/commitdiff
* m/delta.h: (SYSTEM_MALLOC): defined as gnu malloc does not work.
authorFrancesco Potortì <pot@gnu.org>
Mon, 2 May 1994 17:47:58 +0000 (17:47 +0000)
committerFrancesco Potortì <pot@gnu.org>
Mon, 2 May 1994 17:47:58 +0000 (17:47 +0000)
(BCOPY_UPWARD_SAFE): defined to 0 for the Green Hills compiler.

src/m/delta.h

index cca3a23fe4ea34bb7df7e3d16e493ce030c297e8..37987c901fdf3ae616536210cdcef7f962ea06a7 100644 (file)
@@ -153,6 +153,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #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 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
                 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