refactored comp.c a bit

This commit is contained in:
2016-10-08 17:22:48 +00:00
parent 066b5c0e0d
commit 36cdf2e062
5 changed files with 25 additions and 37 deletions

View File

@ -284,13 +284,6 @@ struct hcl_cframe_t
hcl_oop_t operand;
union
{
struct
{
hcl_oow_t nargs;
hcl_oow_t ntmprs;
hcl_oow_t jip; /* jump instruction position */
} lambda;
struct
{
int var_type;