wip - full oop - added spec and selfspec to the class struct
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@ -416,6 +416,8 @@ hcl_oop_t hcl_makeclass (hcl_t* hcl, hcl_oop_t superclass, hcl_ooi_t nivars, hcl
|
||||
return HCL_NULL;
|
||||
}
|
||||
|
||||
c->spec = HCL_SMOOI_TO_OOP(0); /* TODO: fix this */
|
||||
c->selfspec = HCL_SMOOI_TO_OOP(0); /* TODO: fix this */
|
||||
c->superclass = superclass;
|
||||
c->nivars = HCL_SMOOI_TO_OOP(nivars);
|
||||
c->ncvars = HCL_SMOOI_TO_OOP(ncvars);
|
||||
|
Reference in New Issue
Block a user