changeset 1582:689f1697d285

* m/pmax.h: Don't define SYSTEM_MALLOC; this was only necessary for Ultrix version 4.1, and the current version is 4.3.
author Jim Blandy <jimb@redhat.com>
date Mon, 16 Nov 1992 00:27:51 +0000
parents 9de0900ca56a
children 260271f9cd23
files src/m/pmax.h
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/m/pmax.h	Sun Nov 15 23:57:39 1992 +0000
+++ b/src/m/pmax.h	Mon Nov 16 00:27:51 1992 +0000
@@ -28,9 +28,14 @@
 #define DATA_START 0x10000000
 #define DATA_SEG_BITS 0x10000000
 
+#if 0
+/* I don't see any such conflict in Ultrix 4.2, 4.2a, or 4.3.  And
+   the relocating allocator is a real win.  -JimB  */
+
 /* In Ultrix 4.1, XvmsAlloc.o in libX11.a seems to insist
    on defining malloc itself.  This should avoid conflicting with it.  */
 #define SYSTEM_MALLOC
+#endif
 
 /* Override what m-mips.h says about this.  */
 #undef LINKER