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