summaryrefslogtreecommitdiff
path: root/lib/strtod.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-12-23 00:38:35 +0000
committerJim Meyering <jim@meyering.net>1993-12-23 00:38:35 +0000
commit5fbc4e23846341ffb8f157c40175011d542ec33d (patch)
treed5ebe0975c4f09338fe828098bbc1f2be83cd6bf /lib/strtod.c
parentd7daf7444e175ba8ceb752b6ee09a35ff72e8920 (diff)
downloadcoreutils-5fbc4e23846341ffb8f157c40175011d542ec33d.tar.xz
merge with 1.9.2a
Diffstat (limited to 'lib/strtod.c')
-rw-r--r--lib/strtod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strtod.c b/lib/strtod.c
index 8723a82ef..d91584072 100644
--- a/lib/strtod.c
+++ b/lib/strtod.c
@@ -44,10 +44,10 @@ Cambridge, MA 02139, USA. */
#else
#define NULL 0
extern int errno;
-#endif
#ifndef HUGE_VAL
#define HUGE_VAL HUGE
#endif
+#endif
/* Convert NPTR to a double. If ENDPTR is not NULL, a pointer to the
character after the last one used in the number is put in *ENDPTR. */