ported the portability fix in bigint.c

This commit is contained in:
2025-08-05 22:35:17 +09:00
parent 9afb8e3898
commit 0da2d2abd3
37 changed files with 1992 additions and 1988 deletions

View File

@ -31,7 +31,7 @@ struct moo_cfgstd_t
const moo_ooch_t* dbg;
} opt;
struct
struct
{
const moo_bch_t* log;
const moo_bch_t* dbg;
@ -101,7 +101,7 @@ MOO_EXPORT void moo_uncatch_termreq (
/* ----------------------------------------------------------------------- */
MOO_EXPORT moo_t* moo_openstd (
moo_oow_t xtnsize,
moo_oow_t xtnsize,
const moo_cfgstd_t* cfg,
moo_errinf_t* errinfo
);
@ -118,12 +118,12 @@ MOO_EXPORT int moo_compilestd(
);
MOO_EXPORT int moo_compilefileb (
moo_t* moo,
moo_t* moo,
const moo_bch_t* path
);
MOO_EXPORT int moo_compilefileu (
moo_t* moo,
moo_t* moo,
const moo_uch_t* path
);