updated the class-superclass compatibility check

This commit is contained in:
2025-09-18 01:09:04 +09:00
parent 8c54c12ea7
commit f8f063a68c
6 changed files with 12 additions and 17 deletions

View File

@ -4997,7 +4997,7 @@ done:
return 0;
}
static int compile_cons_mlist_expression (hak_t* hak, hak_cnode_t* obj, int nrets)
static int compile_cons_mlist_expression (hak_t* hak, hak_cnode_t* obj, hak_ooi_t nrets)
{
hak_cnode_t* car, * cdr, * rcv;
hak_ooi_t nargs;