aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFrancesco Potortì1994-05-02 17:47:58 +0000
committerFrancesco Potortì1994-05-02 17:47:58 +0000
commit53c179b8a287ffaf2faa24c34c2d565be9c2d4be (patch)
treec20cfdde7b7f0cca8a04ec3e4360e8f66d59be28 /src
parente848854a118c4044869058dff7f11ba7c7c86ef3 (diff)
downloademacs-53c179b8a287ffaf2faa24c34c2d565be9c2d4be.tar.gz
emacs-53c179b8a287ffaf2faa24c34c2d565be9c2d4be.zip
* m/delta.h: (SYSTEM_MALLOC): defined as gnu malloc does not work.
(BCOPY_UPWARD_SAFE): defined to 0 for the Green Hills compiler.
Diffstat (limited to 'src')
-rw-r--r--src/m/delta.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/m/delta.h b/src/m/delta.h
index cca3a23fe4e..37987c901fd 100644
--- a/src/m/delta.h
+++ b/src/m/delta.h
@@ -153,6 +153,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
153#undef KERNEL_FILE 153#undef KERNEL_FILE
154#define KERNEL_FILE "/sysv68" 154#define KERNEL_FILE "/sysv68"
155#undef LDAV_SYMBOL 155#undef LDAV_SYMBOL
156#define SYSTEM_MALLOC
156#ifdef SIGIO 157#ifdef SIGIO
157 /* R3V7 has SIGIO, but interrupt input does not work yet. 158 /* R3V7 has SIGIO, but interrupt input does not work yet.
158 Let's go on with cbreak code. */ 159 Let's go on with cbreak code. */
@@ -225,7 +226,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
225 functions with few local variables. */ 226 functions with few local variables. */
226# define C_SWITCH_MACHINE -ga -O 227# define C_SWITCH_MACHINE -ga -O
227# define GAP_USE_BCOPY /* *++to = *++from is inefficient */ 228# define GAP_USE_BCOPY /* *++to = *++from is inefficient */
228# define BCOPY_DOWNWARD_SAFE /* bcopy does: mov.b (%a1)+,(%a0)+ */ 229# define BCOPY_UPWARD_SAFE 0
230# define BCOPY_DOWNWARD_SAFE 1 /* bcopy does: mov.b (%a1)+,(%a0)+ */
229# else 231# else
230 /* We are using the standard AT&T Portable C Compiler */ 232 /* We are using the standard AT&T Portable C Compiler */
231# define SWITCH_ENUM_BUG 233# define SWITCH_ENUM_BUG