migrated moo_isint() to moo-prv.h as a static inline function

renamed is_bigint() to moo_isbigint()
This commit is contained in:
hyunghwan.chung
2019-05-04 17:53:16 +00:00
parent eba44fc039
commit bbf0f6acd1
4 changed files with 71 additions and 76 deletions

View File

@ -477,7 +477,7 @@ void moo_freemem (moo_t* moo, void* ptr)
static struct
{
moo_bch_t* modname;
const moo_bch_t* modname;
int (*modload) (moo_t* moo, moo_mod_t* mod);
}
static_modtab[] =