diff lib/strtod.c @ 17334:892b14640382

* lib/strtod.c (HAVE_RAW_DECL_STRTOD): Remove; no longer used.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 19 Feb 2013 23:40:06 -0800
parents 201622d6d12f
children 344018b6e5d7
line wrap: on
line diff
--- 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.  */