fixed a wrong cmgr bug in moo_openstd().

This commit is contained in:
hyunghwan.chung
2018-11-14 07:59:39 +00:00
parent 8d19c60359
commit f60512696d
6 changed files with 20 additions and 16 deletions

View File

@ -119,10 +119,8 @@ typedef enum moo_option_dflval_t moo_option_dflval_t;
enum moo_trait_t
{
#if defined(MOO_BUILD_DEBUG)
MOO_DEBUG_GC = (1u << 0),
MOO_DEBUG_BIGINT = (1u << 1),
#endif
/* perform no garbage collection when the heap is full.
* you still can use moo_gc() explicitly. */