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 4f1a4b30f7
commit 6717b9e700

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