From: dtrg Date: Thu, 20 Jul 2006 22:59:25 +0000 (+0000) Subject: Changed configuration to now use malloc()/free() rather than sbrk(). X-Git-Tag: release-6-0-pre-1~121 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=6717b9e700f35065de8f51a6887c35901cd7075d;p=ack.git Changed configuration to now use malloc()/free() rather than sbrk(). --- 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 */