Mercurial > hg > octave-jordi > gnulib-hg
changeset 14920:530d72c1d0c2
Fix ChangeLog typo in my previous commit.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Mon, 13 Jun 2011 12:29:30 -0700 |
parents | 439faccac741 |
children | 830897146980 |
files | ChangeLog |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -7,7 +7,7 @@ 2011-06-13 Paul Eggert <eggert@cs.ucla.edu> ftoastr: use strtof only if HAVE_STRTOF - This is needed on HP-UX 11.11 with GCC 4.24; see Bruno Haible's report + This is needed on HP-UX 11.11 with GCC 4.2.4; see Bruno Haible's report <http://lists.gnu.org/archive/html/bug-gnulib/2011-06/msg00154.html>. * lib/ftoastr.c (STRTOF) [LENGTH == 1]: Use strtof only if HAVE_STRTOF. * modules/ftoastr (configure.ac): Check for strtof.