aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2024-03-18 22:32:26 +0200
committerPetri Lehtinen <petri@digip.org>2024-03-25 20:08:23 +0200
commited06f65412f5a3dc3391197cf6d72aacac468160 (patch)
tree8f57cac3c51581dab2df42e88f1a6f20388d61c7
parent8b975abca1055d40637c90b1dc4585af1d7df76c (diff)
downloadjansson-ed06f65412f5a3dc3391197cf6d72aacac468160.zip
jansson-ed06f65412f5a3dc3391197cf6d72aacac468160.tar.gz
jansson-ed06f65412f5a3dc3391197cf6d72aacac468160.tar.bz2
Rename a symbol to avoid collision on Windows
-rw-r--r--src/dtoa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dtoa.c b/src/dtoa.c
index 7f56033..12b6652 100644
--- a/src/dtoa.c
+++ b/src/dtoa.c
@@ -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;