From: Paul Eggert Date: Wed, 20 Feb 2013 07:40:06 +0000 (-0800) Subject: * lib/strtod.c (HAVE_RAW_DECL_STRTOD): Remove; no longer used. X-Git-Tag: v0.1~195 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=fb57b94f067abbd5205b34c8a77e825c47eb9a3b;p=gnulib.git * lib/strtod.c (HAVE_RAW_DECL_STRTOD): Remove; no longer used. --- diff --git a/ChangeLog b/ChangeLog index 4f3a19806f..a6c50ff560 100644 --- 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 diff --git a/lib/strtod.c b/lib/strtod.c index cf59cd5b83..76e37d6920 100644 --- a/lib/strtod.c +++ b/lib/strtod.c @@ -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. */