diff lib/strtod.c @ 177:6d70bc3b54e3

merge with 1.9.2a
author Jim Meyering <jim@meyering.net>
date Thu, 23 Dec 1993 00:38:42 +0000
parents 10b9f9091b11
children a039341b5639
line wrap: on
line diff
--- a/lib/strtod.c	Thu Dec 23 00:08:30 1993 +0000
+++ b/lib/strtod.c	Thu Dec 23 00:38:42 1993 +0000
@@ -44,10 +44,10 @@
 #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.  */