removed duplicate hcl_t definition

This commit is contained in:
2018-02-13 02:26:37 +00:00
parent 350359f469
commit 56786973a0

View File

@ -678,8 +678,6 @@ struct hcl_heap_t
hcl_uint8_t* ptr; /* next allocation pointer */ hcl_uint8_t* ptr; /* next allocation pointer */
}; };
typedef struct hcl_t hcl_t;
/* ========================================================================= /* =========================================================================
* VIRTUAL MACHINE PRIMITIVES * VIRTUAL MACHINE PRIMITIVES
* ========================================================================= */ * ========================================================================= */