add calloc to core/bootstrap/compiler

Doug Coleman 2008-03-20 17:20:03 -05:00
parent 3c0abe4d85
commit a6e1d83740
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ nl
"." write flush
{
malloc free memcpy
malloc calloc free memcpy
} compile
" done" print flush