diff options
Diffstat (limited to 'missing_d/strtod.c')
-rw-r--r-- | missing_d/strtod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/missing_d/strtod.c b/missing_d/strtod.c index fc97b8d8..5ebc8c6e 100644 --- a/missing_d/strtod.c +++ b/missing_d/strtod.c @@ -69,7 +69,7 @@ register const char **ptr; } if ( -#if ENABLE_NLS && defined(HAVE_LOCALE_H) +#if defined(HAVE_LOCALE_H) loc.decimal_point != NULL ? *s == loc.decimal_point[0] : *s == '.' |