From 3f922854b373fcab819cab60518ddb98ef82f7d1 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 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. -- 2.34.1