From 938b7e3d9d6148fb91fb9eee2458f5e32a68eb7d 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 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 <