diff --git a/moo/lib/fmt.c b/moo/lib/fmt.c index 14e22f9..d84e159 100644 --- a/moo/lib/fmt.c +++ b/moo/lib/fmt.c @@ -1275,7 +1275,7 @@ static int fmt_outv (moo_fmtout_t* fmtout, va_list ap) handle_sign: if (lm_flag & LF_J) { - #if defined(__GNUC__) && \ + #if 0 && defined(__GNUC__) && \ (MOO_SIZEOF_INTMAX_T > MOO_SIZEOF_OOI_T) && \ (MOO_SIZEOF_UINTMAX_T != MOO_SIZEOF_LONG_LONG) && \ (MOO_SIZEOF_UINTMAX_T != MOO_SIZEOF_LONG)