]> Savannah Git Hosting - gnulib.git/commitdiff
* lib/strtod.c (HAVE_RAW_DECL_STRTOD): Remove; no longer used.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 20 Feb 2013 07:40:06 +0000 (23:40 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 20 Feb 2013 07:41:28 +0000 (23:41 -0800)
ChangeLog
lib/strtod.c

index 4f3a19806fa98cb0747ae25a9b81f13d93e76f14..a6c50ff560881ce9f571a6ad5e63b0dbaae31376 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
        HAVE_RAW_DECL_STRTOD might not be correct in coreutils, which
        disables the raw decl checks.  This assumes there is an underlying
        strtod, but that's a safe assumption these days.
+       (HAVE_RAW_DECL_STRTOD): Remove; no longer used.
 
        mountlist: port to HP NonStop
        Reported by Joachim Schmitz in
index cf59cd5b836cd2106df5a4251fd2ad4c0c74264f..76e37d6920976a0852bd8b7d382f849212d5beeb 100644 (file)
@@ -31,9 +31,6 @@
 #ifndef HAVE_LDEXP_IN_LIBC
 #define HAVE_LDEXP_IN_LIBC 0
 #endif
-#ifndef HAVE_RAW_DECL_STRTOD
-#define HAVE_RAW_DECL_STRTOD 0
-#endif
 
 /* Return true if C is a space in the current locale, avoiding
    problems with signed char and isspace.  */