changed class handling to check for the block expression if enabled
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-11-14 17:57:20 +09:00
parent 4f8e7ae76e
commit 8085fb7725
2 changed files with 13 additions and 3 deletions

View File

@ -454,6 +454,7 @@ struct hcl_cframe_t
{
hcl_ooi_t nsuperclasses;
hcl_loc_t start_loc;
hcl_cnode_t* cmd_cnode;
} _class;
} u;
};