]> Savannah Git Hosting - gnulib.git/commit
strtod: fix clash with strtold
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 Mar 2019 23:40:29 +0000 (16:40 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 Mar 2019 23:41:16 +0000 (16:41 -0700)
commit3bd82a82cf4ba693d2c31c7b95aaec4e56dc92a4
tree1b4cefa780edbbb3677d4da2ef66cc902fdb5818
parent9a943f69480d97e805b3ea419c69ea54615d19e4
strtod: fix clash with strtold

Problem reported for RHEL 5 by Jesse Caldwell (Bug#34817).
* lib/strtod.c (compute_minus_zero, minus_zero):
Simplify by remving the macro / external variable,
and having just a function.  User changed.  This avoids
the need for an external variable that might clash.
ChangeLog
lib/strtod.c