add calloc to core/bootstrap/compiler
parent
3c0abe4d85
commit
a6e1d83740
|
@ -79,7 +79,7 @@ nl
|
||||||
"." write flush
|
"." write flush
|
||||||
|
|
||||||
{
|
{
|
||||||
malloc free memcpy
|
malloc calloc free memcpy
|
||||||
} compile
|
} compile
|
||||||
|
|
||||||
" done" print flush
|
" done" print flush
|
||||||
|
|
Loading…
Reference in New Issue