diff options
Diffstat (limited to 'stdio-common/_itowa.c')
-rw-r--r-- | stdio-common/_itowa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/_itowa.c b/stdio-common/_itowa.c index 1ebc712b43..9381d33b6c 100644 --- a/stdio-common/_itowa.c +++ b/stdio-common/_itowa.c @@ -85,7 +85,7 @@ extern const wchar_t _itowa_lower_digits[] attribute_hidden; extern const wchar_t _itowa_upper_digits[] attribute_hidden; -#if LLONG_MAX != LONG_MAX +#if _ITOA_NEEDED wchar_t * _itowa (value, buflim, base, upper_case) unsigned long long int value; |