refreshed whileTrue: and whileFalse:

This commit is contained in:
hyunghwan.chung
2016-05-12 05:53:35 +00:00
parent 197ceb3a76
commit 36a54fd29f
7 changed files with 180 additions and 84 deletions

View File

@ -39,7 +39,6 @@ void* stix_allocbytes (stix_t* stix, stix_oow_t size)
{
stix_gc (stix);
ptr = stix_allocheapmem (stix, stix->curheap, size);
/* TODO: grow heap if ptr is still null. */
}