From b5a9790ce469bc4b794f1184e99f328ada10111c Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 5 Jul 1988 18:00:43 +0000 Subject: [PATCH] don't use our malloc on small machines --- first/first | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/first/first b/first/first index 1cf699e6..f5d70493 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 <