bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] * lib/strtod.c (HAVE_RAW_DECL_STRTOD): Remove; no longer used.


From: Paul Eggert
Subject: [PATCH] * lib/strtod.c (HAVE_RAW_DECL_STRTOD): Remove; no longer used.
Date: Tue, 19 Feb 2013 23:41:42 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2

---
 ChangeLog    | 1 +
 lib/strtod.c | 3 ---
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4f3a198..a6c50ff 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 cf59cd5..76e37d6 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.  */
-- 
1.7.11.7




reply via email to

[Prev in Thread] Current Thread [Next in Thread]