From: ceriel Date: Tue, 5 Jul 1988 18:00:43 +0000 (+0000) Subject: don't use our malloc on small machines X-Git-Tag: release-5-5~3095 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=938b7e3d9d6148fb91fb9eee2458f5e32a68eb7d;p=ack.git don't use our malloc on small machines --- diff --git a/first/first b/first/first index 1cf699e6a..f5d704934 100755 --- a/first/first +++ b/first/first @@ -218,6 +218,13 @@ case X$BM in X0) ( cd ../lang/cem/cemcom cp SmallPars Parameters + cp makefile makefile.orig + ed - makefile <