summaryrefslogtreecommitdiff
path: root/lib/strtod.c
diff options
context:
space:
mode:
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. */