Changed configuration to now use malloc()/free() rather than sbrk().
This commit is contained in:
parent
4f1a4b30f7
commit
6717b9e700
|
@ -16,7 +16,7 @@ extern oldline();
|
||||||
extern oldloc();
|
extern oldloc();
|
||||||
extern oldreg();
|
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 */
|
#undef COREDEBUG /* keep records and print statistics */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue