aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2018-09-12 06:51:18 -0700
committerGitHub <noreply@github.com>2018-09-12 06:51:18 -0700
commit865c17fb28f8c3275fd94da6ee4ac51472ec874a (patch)
treeb66adfd7ef7d535b923e4d8eabd2475b2acbdbcc /pyconfig.h.in
parentSimplified implementation of _sre.ascii_iscased(). (GH-9097) (diff)
downloadcpython-865c17fb28f8c3275fd94da6ee4ac51472ec874a.tar.gz
cpython-865c17fb28f8c3275fd94da6ee4ac51472ec874a.tar.bz2
cpython-865c17fb28f8c3275fd94da6ee4ac51472ec874a.zip
closes bpo-34640: Remove the TANH_PRESERVES_ZERO_SIGN configure check. (GH-9206)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 51e9213826..360f79994f 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