aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Fedoseev <fedoseev.sergey@gmail.com>2019-08-26 20:12:47 +0500
committerPablo Galindo <Pablogsal@gmail.com>2019-08-26 16:12:47 +0100
commit52c1a6a15a471f75b775309ed1120d05f69010ca (patch)
treef650f772b09783b298d17748ef7208c0f1c05ed5 /pyconfig.h.in
parentbpo-37947: Adjust correctly the recursion level in symtable for named express... (diff)
downloadcpython-52c1a6a15a471f75b775309ed1120d05f69010ca.tar.gz
cpython-52c1a6a15a471f75b775309ed1120d05f69010ca.tar.bz2
cpython-52c1a6a15a471f75b775309ed1120d05f69010ca.zip
Remove leftovers from the times when long long wasn't required (GH-15501)
In a38e9d139929a227e3899fbb638bc46c6cc6d8ba pyconfig.h.in was manually edited and that edit was overwritten when running autoreconf.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index ffdc49514e2..840fbcdb2a6 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -569,9 +569,9 @@
#undef HAVE_LANGINFO_H
/* Defined to enable large file support when an off_t is bigger than a long
- 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.) */
+ 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
/* Define to 1 if you have the 'lchflags' function. */