diff options
author | 2018-05-15 22:58:09 -0700 | |
---|---|---|
committer | 2018-05-15 22:58:09 -0700 | |
commit | 3055c947f98a078bd10d6a8cc352048a1b771d60 (patch) | |
tree | 4ac3246dc2999080150e4ddb0aedc7b169cf8e45 /pyconfig.h.in | |
parent | bpo-33453: Handle string type annotations in dataclasses. (GH-6768) (diff) | |
download | cpython-3055c947f98a078bd10d6a8cc352048a1b771d60.tar.gz cpython-3055c947f98a078bd10d6a8cc352048a1b771d60.tar.bz2 cpython-3055c947f98a078bd10d6a8cc352048a1b771d60.zip |
closes bpo-33512: use standard for detecting long double (GH-6847)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 848872a7dca..2af411705a6 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. */ |