added hcl_instantiatewithtrailer()
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -1506,6 +1506,14 @@ hcl_oop_t hcl_instantiate (
|
||||
hcl_oow_t vlen
|
||||
);
|
||||
|
||||
hcl_oop_t hcl_instantiatewithtrailer (
|
||||
hcl_t* hcl,
|
||||
hcl_oop_class_t _class,
|
||||
hcl_oow_t vlen,
|
||||
const hcl_oob_t* trptr,
|
||||
hcl_oow_t trlen
|
||||
);
|
||||
|
||||
/* ========================================================================= */
|
||||
/* sym.c */
|
||||
/* ========================================================================= */
|
||||
@ -1912,6 +1920,11 @@ int hcl_strfmtcallstack (
|
||||
hcl_ooi_t nargs
|
||||
);
|
||||
|
||||
int hcl_scfmtcallstack (
|
||||
hcl_t* hcl,
|
||||
hcl_ooi_t nargs
|
||||
);
|
||||
|
||||
/* ========================================================================= */
|
||||
/* comp.c */
|
||||
/* ========================================================================= */
|
||||
|
Reference in New Issue
Block a user