浏览代码

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

dtrg 18 年之前
父节点
当前提交
8ec7e4667c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      util/opt/alloc.h

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