* config/locale/generic/c_locale.cc (__convert_to_v): Use
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Oct 2004 00:19:57 +0000 (00:19 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Oct 2004 00:19:57 +0000 (00:19 +0000)
commit1c7364c9d37ecd8154027e88f35f32ab65a3dc37
tree4268e702abc35340ac50b901ab4038f8d60fa4c5
parent7d47e4ee09bd330c5fdf5be0f8acf305d904a71a
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88472 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/config/locale/generic/c_locale.cc