mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 07:43:03 +00:00
portability: don't use strtof
It is not available on HP-UX 11i. Reported by Larkin Nickle <me@larbob.org>. <https://lists.gnu.org/r/bug-bison/2021-09/msg00012.html> Gnulib provides no replacement, but anyway we should be using doubles, since difftime uses doubles. * bootstrap.conf: We want portability on stdtod. * src/counterexample.c: Use double, not float, for time measurements.
This commit is contained in:
1
m4/.gitignore
vendored
1
m4/.gitignore
vendored
@@ -216,6 +216,7 @@
|
||||
/strings_h.m4
|
||||
/strndup.m4
|
||||
/strnlen.m4
|
||||
/strtod.m4
|
||||
/strverscmp.m4
|
||||
/sys_ioctl_h.m4
|
||||
/sys_resource_h.m4
|
||||
|
||||
Reference in New Issue
Block a user