Hash :
41ffc767
Author :
Date :
2011-06-13T09:40:58
ftoastr: use strtof only if HAVE_STRTOF This is needed on HP-UX 11.11 with GCC 4.24; 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.
Description:
Convert float to accurate string.
Files:
lib/ftoastr.h
lib/ftoastr.c
m4/c-strtod.m4
Depends-on:
intprops
configure.ac:
AC_CHECK_FUNCS_ONCE([strtof])
AC_REQUIRE([gl_C99_STRTOLD])
Makefile.am:
lib_SOURCES += ftoastr.c
Include:
"ftoastr.h"
License:
GPL
Maintainer:
Paul Eggert