diff options
Diffstat (limited to 'missing_d/strtoul.c')
-rw-r--r-- | missing_d/strtoul.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/missing_d/strtoul.c b/missing_d/strtoul.c index ccabfbeb..d2655750 100644 --- a/missing_d/strtoul.c +++ b/missing_d/strtoul.c @@ -93,7 +93,7 @@ int base; */ for (; *nptr != '\0'; nptr++) { c = *nptr; -#if ENABLE_NLS && defined(HAVE_LOCALE_H) +#if defined(HAVE_LOCALE_H) if (base == 10 && loc.thousands_sep != NULL && loc.thousands_sep[0] != '\0' |