diff options
author | Benjamin Peterson <benjamin@python.org> | 2018-09-12 13:51:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-12 13:51:18 (GMT) |
commit | 865c17fb28f8c3275fd94da6ee4ac51472ec874a (patch) | |
tree | b66adfd7ef7d535b923e4d8eabd2475b2acbdbcc /pyconfig.h.in | |
parent | 7f0d59f3a83cf1a98398b8e5bdfb97c7a71216bd (diff) | |
download | cpython-865c17fb28f8c3275fd94da6ee4ac51472ec874a.zip cpython-865c17fb28f8c3275fd94da6ee4ac51472ec874a.tar.gz cpython-865c17fb28f8c3275fd94da6ee4ac51472ec874a.tar.bz2 |
closes bpo-34640: Remove the TANH_PRESERVES_ZERO_SIGN configure check. (GH-9206)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 51e9213..360f799 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -1419,9 +1419,6 @@ (which you can't on SCO ODT 3.0). */ #undef SYS_SELECT_WITH_SYS_TIME -/* Define if tanh(-0.) is -0., or if platform doesn't have signed zeros */ -#undef TANH_PRESERVES_ZERO_SIGN - /* Library needed by timemodule.c: librt may be needed for clock_gettime() */ #undef TIMEMODULE_LIB |