From: ceriel Date: Tue, 19 Feb 1991 16:54:06 +0000 (+0000) Subject: fixed typo (?) X-Git-Tag: release-5-5~1240 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=3f922854b373fcab819cab60518ddb98ef82f7d1;p=ack.git fixed typo (?) --- 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.