From 8ec7e4667ce0e5a0833f9d80bdc3d1f8aa817d28 Mon Sep 17 00:00:00 2001 From: dtrg Date: Thu, 20 Jul 2006 22:59:25 +0000 Subject: [PATCH] Changed configuration to now use malloc()/free() rather than sbrk(). --- util/opt/alloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/opt/alloc.h b/util/opt/alloc.h index 004ce501..2c1de3e1 100644 --- a/util/opt/alloc.h +++ b/util/opt/alloc.h @@ -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 */