Pārlūkot izejas kodu

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

dtrg 18 gadi atpakaļ
vecāks
revīzija
8ec7e4667c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 */