broken code - trying to put the name field to class
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-07-15 19:37:26 +09:00
parent 43062e4db3
commit e1de4624fd
4 changed files with 62 additions and 27 deletions

View File

@ -2893,6 +2893,7 @@ HCL_EXPORT hcl_oop_t hcl_makedic (
HCL_EXPORT hcl_oop_t hcl_makeclass (
hcl_t* hcl,
hcl_oop_t name,
hcl_oop_t superclass,
hcl_ooi_t nivars,
hcl_ooi_t ncvars,