strtod: support coreutils better
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Feb 2013 22:20:04 +0000 (14:20 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Feb 2013 22:20:33 +0000 (14:20 -0800)
commit8824525b61cd675b5344d4a30538edda2ca90108
treea758d7f4dc59a0b139ad2d172b30d363b79051d8
parent62bb7a8bf95807d6339e1e17fc0d21c319b280a2
strtod: support coreutils better

* lib/strtod.c (underlying_strtod): Just invoke the underlying strtod.
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.
ChangeLog
lib/strtod.c