Explorar el Código

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

dtrg hace 18 años
padre
commit
8ec7e4667c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 */