don't use our malloc on small machines

This commit is contained in:
ceriel 1988-07-05 18:00:43 +00:00
parent e94475ef2b
commit b5a9790ce4

View File

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