changed ambiguous code in lib/fmt.c

This commit is contained in:
hyunghwan.chung 2020-07-10 14:51:21 +00:00
parent 99cde5c79f
commit 8826957360

View File

@ -1233,7 +1233,7 @@ static int fmt_outv (moo_fmtout_t* fmtout, va_list ap)
sign = 0; sign = 0;
if (lm_flag & LF_J) if (lm_flag & LF_J)
{ {
#if defined(__GNUC__) && \ #if 0 && defined(__GNUC__) && \
(MOO_SIZEOF_UINTMAX_T > MOO_SIZEOF_OOW_T) && \ (MOO_SIZEOF_UINTMAX_T > MOO_SIZEOF_OOW_T) && \
(MOO_SIZEOF_UINTMAX_T != MOO_SIZEOF_LONG_LONG) && \ (MOO_SIZEOF_UINTMAX_T != MOO_SIZEOF_LONG_LONG) && \
(MOO_SIZEOF_UINTMAX_T != MOO_SIZEOF_LONG) (MOO_SIZEOF_UINTMAX_T != MOO_SIZEOF_LONG)