install a smaller malloc
This commit is contained in:
parent
e5116f86dc
commit
528ec8869b
1 changed files with 7 additions and 0 deletions
|
@ -212,6 +212,13 @@ ABC
|
||||||
cp tables1.h tables.h
|
cp tables1.h tables.h
|
||||||
)
|
)
|
||||||
done
|
done
|
||||||
|
( cd ../modules/src/malloc
|
||||||
|
ed - param.h <<ABC
|
||||||
|
/STORE/s/define/undef/
|
||||||
|
w
|
||||||
|
q
|
||||||
|
ABC
|
||||||
|
)
|
||||||
;;
|
;;
|
||||||
*) ( cd ../lang/cem/cemcom
|
*) ( cd ../lang/cem/cemcom
|
||||||
cp BigPars Parameters
|
cp BigPars Parameters
|
||||||
|
|
Loading…
Reference in a new issue