wrote more xcb code

This commit is contained in:
hyunghwan.chung
2017-04-05 16:48:03 +00:00
parent 8bdab5520a
commit b93b17c42b
2 changed files with 153 additions and 71 deletions

View File

@ -336,6 +336,7 @@ int moo_inttooow (moo_t* moo, moo_oop_t x, moo_oow_t* w)
if (is_bigint(moo, x)) return bigint_to_oow (moo, x, w);
moo->errnum = MOO_EINVAL;
return 0; /* not convertable - too big, too small, or not an integer */
}