used hcl_openstdwithmmgr() in hcl-s.c and deleted unneeded code
This commit is contained in:
@ -1746,6 +1746,13 @@ HCL_EXPORT hcl_t* hcl_open (
|
||||
hcl_errnum_t* errnum
|
||||
);
|
||||
|
||||
HCL_EXPORT hcl_t* hcl_openstdwithmmgr (
|
||||
hcl_mmgr_t* mmgr,
|
||||
hcl_oow_t xtnsize,
|
||||
hcl_oow_t heapsize,
|
||||
hcl_errnum_t* errnum
|
||||
);
|
||||
|
||||
HCL_EXPORT hcl_t* hcl_openstd (
|
||||
hcl_oow_t xtnsize,
|
||||
hcl_oow_t heapsize,
|
||||
|
||||
Reference in New Issue
Block a user