aboutsummaryrefslogtreecommitdiffstats
path: root/missing_d/strtoul.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-07-16 14:47:02 +0300
committerArnold D. Robbins <arnold@skeeve.com>2010-07-16 14:47:02 +0300
commit315bd501ca696bc3e3c938b4604d8dac7a6f512f (patch)
treecf992f0df002126292f7487ca6c0d36d7fe748b9 /missing_d/strtoul.c
parent85c0d5edb781c9f31b79e48452b1ca68643f41de (diff)
downloadegawk-315bd501ca696bc3e3c938b4604d8dac7a6f512f.tar.gz
egawk-315bd501ca696bc3e3c938b4604d8dac7a6f512f.tar.bz2
egawk-315bd501ca696bc3e3c938b4604d8dac7a6f512f.zip
Move to gawk 3.1.5.
Diffstat (limited to 'missing_d/strtoul.c')
-rw-r--r--missing_d/strtoul.c2
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'