added respondsTo: and perform:with:
fixed a bug in Dictionary>>__remove_at: added gc callback to external modules
This commit is contained in:
@ -925,15 +925,6 @@ void* moo_allocheapmem (
|
||||
moo_oow_t size
|
||||
);
|
||||
|
||||
|
||||
/* ========================================================================= */
|
||||
/* gc.c */
|
||||
/* ========================================================================= */
|
||||
moo_oop_t moo_moveoop (
|
||||
moo_t* moo,
|
||||
moo_oop_t oop
|
||||
);
|
||||
|
||||
/* ========================================================================= */
|
||||
/* obj.c */
|
||||
/* ========================================================================= */
|
||||
@ -1185,13 +1176,14 @@ int moo_getpfnum (
|
||||
|
||||
|
||||
/* ========================================================================= */
|
||||
/* moo.c */
|
||||
/* moo.c */
|
||||
/* ========================================================================= */
|
||||
|
||||
moo_mod_data_t* moo_openmod (
|
||||
moo_t* moo,
|
||||
const moo_ooch_t* name,
|
||||
moo_oow_t namelen
|
||||
moo_oow_t namelen,
|
||||
int hints /* 0 or bitwise-ORed of moo_mod_hint_t enumerators */
|
||||
);
|
||||
|
||||
void moo_closemod (
|
||||
|
Reference in New Issue
Block a user