diff --git a/util/opt/alloc.c b/util/opt/alloc.c index 8687eb66f..6edd6b58b 100644 --- a/util/opt/alloc.c +++ b/util/opt/alloc.c @@ -342,7 +342,7 @@ short *newcore(size) int size; { return(p); } -#ifdef NOMALLOC +#ifndef USEMALLOC /* * stdio uses malloc and free.