Преглед изворни кода

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