From 8bece839253059e04d311f2ddc6f24eaab697059 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 19 Feb 1991 16:54:06 +0000 Subject: [PATCH] fixed typo (?) --- util/opt/alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/opt/alloc.c b/util/opt/alloc.c index 8687eb66..6edd6b58 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.