renamed all lambdas to funs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-20 19:15:27 +09:00
parent 6645962163
commit bd107a172c
6 changed files with 51 additions and 53 deletions

View File

@ -598,7 +598,7 @@ struct hcl_cframe_t
hcl_ooi_t index;
} dic_list;
/* COP_POST_LAMBDA, COP_EMIT_LAMBDA */
/* COP_POST_FUN, COP_EMIT_FUN */
struct
{
unsigned int fun_type;
@ -606,7 +606,7 @@ struct hcl_cframe_t
hcl_ooi_t lfbase_pos;
hcl_ooi_t lfsize_pos;
hcl_cnode_t* class_name; /* class name for out-of-class method definition */
} lambda;
} fun;
/* COP_EMIT_RETURN */
struct