don't use our malloc on small machines

This commit is contained in:
ceriel 1988-07-05 18:00:43 +00:00
parent 901d12332d
commit 938b7e3d9d

View file

@ -218,6 +218,13 @@ case X$BM in
X0) X0)
( cd ../lang/cem/cemcom ( cd ../lang/cem/cemcom
cp SmallPars Parameters cp SmallPars Parameters
cp makefile makefile.orig
ed - makefile <<ABC
/MALLOC/s/=/=#/
w
q
ABC
)
cd ../../../lib/descr cd ../../../lib/descr
cp fe fe.orig cp fe fe.orig
ed - fe << ABC ed - fe << ABC