diff options
| author | Thomas Munro | 2022-08-07 00:42:11 +0000 |
|---|---|---|
| committer | Thomas Munro | 2022-08-07 00:42:41 +0000 |
| commit | cbf4403134738245db48b306c62eb1258f2b2bd0 (patch) | |
| tree | 8701627bd54d0a1fc23ac0180dc3608d019044f5 /src/tools | |
| parent | 24c3ce8f1c707f9eeb1f68cebd44c2516ff799c2 (diff) | |
Simplify replacement code for strtof.
strtof() is in C99 and all targeted systems have it. We can remove the
configure probe and some dead code, but we still need replacement code
for a couple of systems that have known buggy implementations selected
via platform template.
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/152683.1659830125%40sss.pgh.pa.us
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/msvc/Solution.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/msvc/Solution.pm b/src/tools/msvc/Solution.pm index 4916a86f5cf..caacb965bbd 100644 --- a/src/tools/msvc/Solution.pm +++ b/src/tools/msvc/Solution.pm @@ -349,7 +349,6 @@ sub GenerateFiles HAVE_STRLCPY => undef, HAVE_STRNLEN => 1, HAVE_STRSIGNAL => undef, - HAVE_STRTOF => 1, HAVE_STRUCT_ADDRINFO => 1, HAVE_STRUCT_CMSGCRED => undef, HAVE_STRUCT_OPTION => undef, |
