updated HCL_PROCESS_NAMED_INSTVARS 12 to 13

This commit is contained in:
2021-04-20 13:45:22 +00:00
parent 5aa6506106
commit 2655d7f0b0
2 changed files with 1 additions and 23 deletions

View File

@ -642,7 +642,7 @@ struct hcl_context_t
hcl_oop_t slot[1]; /* stack */
};
#define HCL_PROCESS_NAMED_INSTVARS 12
#define HCL_PROCESS_NAMED_INSTVARS 13
typedef struct hcl_process_t hcl_process_t;
typedef struct hcl_process_t* hcl_oop_process_t;