# HG changeset patch # User Paul Eggert # Date 1361346006 28800 # Node ID 892b146403823425c50f519b7a25bf075dcd46c0 # Parent 201622d6d12f686bdb453cc475fa5e903cf3ba32 * lib/strtod.c (HAVE_RAW_DECL_STRTOD): Remove; no longer used. diff -r 201622d6d12f -r 892b14640382 ChangeLog --- a/ChangeLog Tue Feb 19 14:20:04 2013 -0800 +++ b/ChangeLog Tue Feb 19 23:40:06 2013 -0800 @@ -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 diff -r 201622d6d12f -r 892b14640382 lib/strtod.c --- a/lib/strtod.c Tue Feb 19 14:20:04 2013 -0800 +++ b/lib/strtod.c Tue Feb 19 23:40:06 2013 -0800 @@ -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. */