Changed configuration to now use malloc()/free() rather than sbrk().

This commit is contained in:
dtrg 2006-07-20 22:59:25 +00:00
parent b9d98bd0ff
commit 8ec7e4667c

View 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 */