strtod: fix const diagnostic
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 10 Aug 2010 17:39:30 +0000 (10:39 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 10 Aug 2010 17:40:17 +0000 (10:40 -0700)
commitb88cc81f2204d45dc587eeda1f887bfe27987ef0
treeb84dec9d0e662a134091cbe7ea9053facc617912
parent91fd3b18b755b77c4bb3f7556ddedb055c16c834
strtod: fix const diagnostic

* lib/strtod.c (strtod): Don't assign const char * to char *,
as this elicits a warning from GCC when warnings are enabled.
ChangeLog
lib/strtod.c