Changed configuration to now use malloc()/free() rather than sbrk().
This commit is contained in:
parent
b9d98bd0ff
commit
8ec7e4667c
@ -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 */
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user