summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorEitan Adler <grimreaper@users.noreply.github.com>2018-05-16 05:58:09 (GMT)
committerBenjamin Peterson <benjamin@python.org>2018-05-16 05:58:09 (GMT)
commit3055c947f98a078bd10d6a8cc352048a1b771d60 (patch)
tree4ac3246dc2999080150e4ddb0aedc7b169cf8e45 /pyconfig.h.in
parent2a7bacbd913cf2bf568b3c0f85a758946d3cf4e9 (diff)
downloadcpython-3055c947f98a078bd10d6a8cc352048a1b771d60.zip
cpython-3055c947f98a078bd10d6a8cc352048a1b771d60.tar.gz
cpython-3055c947f98a078bd10d6a8cc352048a1b771d60.tar.bz2
closes bpo-33512: use standard for detecting long double (GH-6847)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 848872a..2af4117 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -617,7 +617,7 @@
/* Define to 1 if you have the `log2' function. */
#undef HAVE_LOG2
-/* Define this if you have the type long double. */
+/* Define to 1 if the system has the type `long double'. */
#undef HAVE_LONG_DOUBLE
/* Define to 1 if you have the `lstat' function. */