mirror of https://github.com/akheron/jansson
Rename a symbol to avoid collision on Windows
This commit is contained in:
parent
8b975abca1
commit
ed06f65412
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue