renamed class_set to class_mstore

This commit is contained in:
2022-01-31 01:36:59 +00:00
parent 84e53e3459
commit 72ed203f80
5 changed files with 59 additions and 62 deletions

View File

@ -847,7 +847,7 @@ struct hcl_class_t
{
HCL_OBJ_HEADER;
hcl_oop_dic_t memdic; /* dictionary of named elements including methods and variables */
hcl_oop_t memdic; /* nil or dictionary of named elements including methods and variables */
hcl_oop_t superclass;
hcl_oop_t nivars; /* smooi. */