c_locale.cc (__convert_to_v): Use _GLIBCXX_HAVE_STRTOF instead _GLIBCXX_USE_C99 to...
authorRoger Sayle <roger@eyesopen.com>
Mon, 4 Oct 2004 00:19:57 +0000 (00:19 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Mon, 4 Oct 2004 00:19:57 +0000 (00:19 +0000)
commite6fecd0132e22dbd73c08e0317b9d01a4b62cd3d
tree4268e702abc35340ac50b901ab4038f8d60fa4c5
parent66cea67583bec0e5c2df618572731f4645af8b92
c_locale.cc (__convert_to_v): Use _GLIBCXX_HAVE_STRTOF instead _GLIBCXX_USE_C99 to check for strtof.

* config/locale/generic/c_locale.cc (__convert_to_v): Use
_GLIBCXX_HAVE_STRTOF instead _GLIBCXX_USE_C99 to check for strtof.
Likewise, use _GLIBCXX_HAVE_STRTOLD instead of _GLIBCXX_USE_C99
to check for presence of strtold.

From-SVN: r88472
libstdc++-v3/ChangeLog
libstdc++-v3/config/locale/generic/c_locale.cc