fixed a few syntax issues with some old compilers.

added some code for os2
This commit is contained in:
hyunghwan.chung
2018-05-18 16:41:45 +00:00
parent 4a73109340
commit b99f66996a
4 changed files with 83 additions and 10 deletions

View File

@ -2214,14 +2214,14 @@ MOO_EXPORT moo_bch_t* moo_dupbchars (
MOO_EXPORT moo_ooi_t moo_logbfmt (
moo_t* moo,
moo_log_mask_t mask,
moo_bitmask_t mask,
const moo_bch_t* fmt,
...
);
MOO_EXPORT moo_ooi_t moo_logufmt (
moo_t* moo,
moo_log_mask_t mask,
moo_bitmask_t mask,
const moo_uch_t* fmt,
...
);