diff src/sheap.c @ 269:b2472a1930f2 r20-5b33

Import from CVS: tag r20-5b33
author cvs
date Mon, 13 Aug 2007 10:27:19 +0200
parents 966663fcf606
children c5d627a313b1
line wrap: on
line diff
--- a/src/sheap.c	Mon Aug 13 10:26:31 2007 +0200
+++ b/src/sheap.c	Mon Aug 13 10:27:19 2007 +0200
@@ -24,13 +24,8 @@
 #include <stddef.h>
 #include "sheap-adjust.h"
 
-#ifdef MULE
 #define STATIC_HEAP_BASE	0x600000
 #define STATIC_HEAP_SLOP	0x40000
-#else
-#define STATIC_HEAP_BASE	0x500000
-#define STATIC_HEAP_SLOP	0x40000
-#endif
 #define STATIC_HEAP_SIZE \
 (STATIC_HEAP_BASE + SHEAP_ADJUSTMENT + STATIC_HEAP_SLOP)
 #define BLOCKSIZE	(1<<12)