Rename a symbol to avoid collision on Windows

This commit is contained in:
Petri Lehtinen 2024-03-18 22:32:26 +02:00
parent 8b975abca1
commit ed06f65412

View file

@ -3487,7 +3487,7 @@ retlow1:
#endif /* NO_STRTOD_BIGCOMP */
double
strtod(const char *s00, char **se)
strtod__unused(const char *s00, char **se)
{
int bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, e, e1;
int esign, i, j, k, nd, nd0, nf, nz, nz0, nz1, sign;