소스 검색

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