added partial experimental code for io event handling

This commit is contained in:
hyunghwan.chung
2017-02-15 11:57:24 +00:00
parent bc5ab97ccf
commit be677dd53a
16 changed files with 368 additions and 211 deletions

View File

@ -1036,9 +1036,9 @@ int moo_deletedic (
);
moo_oop_set_t moo_makedic (
moo_t* moo,
moo_oop_t cls,
moo_oow_t size
moo_t* moo,
moo_oop_class_t _class,
moo_oow_t size
);
/* ========================================================================= */
@ -1048,7 +1048,6 @@ moo_oop_process_t moo_makeproc (
moo_t* moo
);
/* ========================================================================= */
/* bigint.c */
/* ========================================================================= */
@ -1200,7 +1199,7 @@ void moo_closemod (
int moo_importmod (
moo_t* moo,
moo_oop_t _class,
moo_oop_class_t _class,
const moo_ooch_t* name,
moo_oow_t len
);