]> git.ipfire.org Git - thirdparty/gcc.git/commit
c_locale.cc (__convert_to_v): Prefer strtold_l over __strtold_l if available.
authorJakub Jelinek <jakub@redhat.com>
Fri, 10 Nov 2006 15:50:39 +0000 (16:50 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 10 Nov 2006 15:50:39 +0000 (16:50 +0100)
commit29520adf7d46186470718cbd7d277db6c85ac0be
tree364d6c4afe9d005e2b9beb0b1aea88274f12379d
parent9ff5780962762f262b82544d98f77e7e3a7b3fab
c_locale.cc (__convert_to_v): Prefer strtold_l over __strtold_l if available.

* config/locale/gnu/c_locale.cc (__convert_to_v): Prefer
strtold_l over __strtold_l if available.

From-SVN: r118654
libstdc++-v3/ChangeLog
libstdc++-v3/config/locale/gnu/c_locale.cc