aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 71e0fbb18b2..f99a3e2399e 100644
--- a/src/m/pmax.h
+++ b/src/m/pmax.h
@@ -28,9 +28,14 @@ NOTE-END */
28#define DATA_START 0x10000000 28#define DATA_START 0x10000000
29#define DATA_SEG_BITS 0x10000000 29#define DATA_SEG_BITS 0x10000000
30 30
31#if 0
32/* I don't see any such conflict in Ultrix 4.2, 4.2a, or 4.3. And
33 the relocating allocator is a real win. -JimB */
34
31/* In Ultrix 4.1, XvmsAlloc.o in libX11.a seems to insist 35/* In Ultrix 4.1, XvmsAlloc.o in libX11.a seems to insist
32 on defining malloc itself. This should avoid conflicting with it. */ 36 on defining malloc itself. This should avoid conflicting with it. */
33#define SYSTEM_MALLOC 37#define SYSTEM_MALLOC
38#endif
34 39
35/* Override what m-mips.h says about this. */ 40/* Override what m-mips.h says about this. */
36#undef LINKER 41#undef LINKER