changed ambiguous code in lib/fmt.c
This commit is contained in:
parent
996b9e92c8
commit
d177219179
@ -1269,7 +1269,7 @@ static int fmt_outv (hawk_fmtout_t* fmtout, va_list ap)
|
||||
handle_sign:
|
||||
if (lm_flag & LF_J)
|
||||
{
|
||||
#if defined(__GNUC__) && \
|
||||
#if 0 && defined(__GNUC__) && \
|
||||
(HAWK_SIZEOF_INTMAX_T > HAWK_SIZEOF_OOI_T) && \
|
||||
(HAWK_SIZEOF_UINTMAX_T != HAWK_SIZEOF_LONG_LONG) && \
|
||||
(HAWK_SIZEOF_UINTMAX_T != HAWK_SIZEOF_LONG)
|
||||
|
Loading…
Reference in New Issue
Block a user