mirror of
https://github.com/akheron/jansson.git
synced 2025-04-06 14:05:03 +00:00
Rename a symbol to avoid collision on Windows
This commit is contained in:
parent
8b975abca1
commit
ed06f65412
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue