renamed lambda to block in some places
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-20 18:18:47 +09:00
parent 55d7fa0ef7
commit 6645962163
3 changed files with 28 additions and 26 deletions

View File

@ -579,7 +579,7 @@ typedef struct hcl_function_t* hcl_oop_function_t;
#define HCL_BLOCK_NAMED_INSTVARS 3
typedef struct hcl_block_t hcl_block_t;
typedef struct hcl_block_t* hcl_oop_lambda_t;
typedef struct hcl_block_t* hcl_oop_block_t;
#define HCL_CONTEXT_NAMED_INSTVARS 10
typedef struct hcl_context_t hcl_context_t;