changed moo_getpfnum().

added argument count checks when processing primitive method pragmas
This commit is contained in:
hyunghwan.chung
2017-04-01 04:58:02 +00:00
parent 447670aba8
commit aeb02213b4
6 changed files with 149 additions and 150 deletions

View File

@ -1168,10 +1168,11 @@ moo_oop_t moo_inttostr (
/* exec.c */
/* ========================================================================= */
int moo_getpfnum (
moo_pfbase_t* moo_getpfnum (
moo_t* moo,
const moo_ooch_t* ptr,
moo_oow_t len
moo_oow_t len,
moo_ooi_t* pfnum
);