GNU shell utilities
[gnulib.git] / lib / strtod.c
index 4441102..1b8e5b5 100644 (file)
@@ -34,10 +34,6 @@ extern int errno;
 #define HUGE_VAL HUGE
 #endif
 
-#if !__STDC__
-#define const
-#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.  */
 double