summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-08-22 15:59:18 (GMT)
committerGitHub <noreply@github.com>2019-08-22 15:59:18 (GMT)
commit2878f378e02990303a8fe4bedd5386bd90efc26d (patch)
tree7b364249992d760832459559ef47a44d95e9ddb0 /pyconfig.h.in
parent8ede9676bb8350e6d0206158f795d48075e33081 (diff)
downloadcpython-2878f378e02990303a8fe4bedd5386bd90efc26d.zip
cpython-2878f378e02990303a8fe4bedd5386bd90efc26d.tar.gz
cpython-2878f378e02990303a8fe4bedd5386bd90efc26d.tar.bz2
bpo-27961: Remove leftovers from the times when long long wasn't required (GH-15388)
(cherry picked from commit a38e9d139929a227e3899fbb638bc46c6cc6d8ba) Co-authored-by: Sergey Fedoseev <fedoseev.sergey@gmail.com>
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 20cc901..ffdc495 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -569,7 +569,7 @@
#undef HAVE_LANGINFO_H
/* Defined to enable large file support when an off_t is bigger than a long
- and long long is available and at least as big as an off_t. You may need to
+ and long long is at least as big as an off_t. You may need to
add some flags for configuration and compilation to enable this mode. (For
Solaris and Linux, the necessary defines are already defined.) */
#undef HAVE_LARGEFILE_SUPPORT