From 6717b9e700f35065de8f51a6887c35901cd7075d 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 004ce5016..2c1de3e19 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 */ -- 2.34.1