From: Paul Eggert Date: Mon, 13 Jun 2011 19:29:30 +0000 (-0700) Subject: Fix ChangeLog typo in my previous commit. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eaf3751f256eaaff1774848dcaa7d942464179be;p=pspp Fix ChangeLog typo in my previous commit. --- diff --git a/ChangeLog b/ChangeLog index 7667ceaae8..2ef5abc1e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,7 +7,7 @@ 2011-06-13 Paul Eggert 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 . * lib/ftoastr.c (STRTOF) [LENGTH == 1]: Use strtof only if HAVE_STRTOF. * modules/ftoastr (configure.ac): Check for strtof.