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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user