Преглед на файлове

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