Changed configuration to now use malloc()/free() rather than sbrk().
authordtrg <none@none>
Thu, 20 Jul 2006 22:59:25 +0000 (22:59 +0000)
committerdtrg <none@none>
Thu, 20 Jul 2006 22:59:25 +0000 (22:59 +0000)
util/opt/alloc.h

index 004ce50..2c1de3e 100644 (file)
@@ -16,7 +16,7 @@ extern                oldline();
 extern         oldloc();
 extern         oldreg();
 
-#undef USEMALLOC       /* if defined malloc() and free() are used */
+#define USEMALLOC      /* if defined malloc() and free() are used */
 
 #undef COREDEBUG       /* keep records and print statistics */