improved error handling a bit

This commit is contained in:
hyunghwan.chung
2017-12-27 10:32:57 +00:00
parent 3c6b73b2b5
commit 9f27e27d25
5 changed files with 180 additions and 165 deletions

View File

@ -1164,7 +1164,7 @@ moo_oop_t moo_divints (
moo_t* moo,
moo_oop_t x,
moo_oop_t y,
int modulo,
int modulo,
moo_oop_t* rem
);
@ -1248,7 +1248,7 @@ moo_oop_t moo_strtoint (
moo_t* moo,
const moo_ooch_t* str,
moo_oow_t len,
int radix
int radix
);
moo_oop_t moo_inttostr (