expanded MAKE_FUNCTION and MAKE_LAMBDA to encode literal frame index to name.

expanded hak_context_t to store the name field taken from the compiled block
This commit is contained in:
2025-09-05 22:41:45 +09:00
parent 313d1f9800
commit d8113efc28
20 changed files with 405 additions and 281 deletions

View File

@ -214,7 +214,7 @@ hak_client_t* hak_client_open (hak_mmgr_t* mmgr, hak_oow_t xtnsize, hak_client_p
oops:
/* NOTE: pipe should be closed if jump to here is made after pipe() above */
if (hak) hak_close (hak);
if (hak) hak_close(hak);
if (client) HAK_MMGR_FREE (mmgr, client);
return HAK_NULL;
}