aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1992-11-16 00:27:51 +0000
committerJim Blandy <[email protected]>1992-11-16 00:27:51 +0000
commitdc9d84de6a42cf48d0aad31b72bf00569b932b0a (patch)
tree5543673f44aa0326868c5d854a1df908b37a580b /src/m
parent8a8fa7233da495aa3249f9ad70ac357e663b0ece (diff)
* m/pmax.h: Don't define SYSTEM_MALLOC; this was only necessary
for Ultrix version 4.1, and the current version is 4.3.
Diffstat (limited to 'src/m')
-rw-r--r--src/m/pmax.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/m/pmax.h b/src/m/pmax.h
index 71e0fbb18b..f99a3e2399 100644
--- a/src/m/pmax.h
+++ b/src/m/pmax.h
@@ -28,9 +28,14 @@ NOTE-END */
#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