]> granicus.if.org Git - python/commitdiff
Remove leftovers from the times when long long wasn't required (GH-15501)
authorSergey Fedoseev <fedoseev.sergey@gmail.com>
Mon, 26 Aug 2019 15:12:47 +0000 (20:12 +0500)
committerPablo Galindo <Pablogsal@gmail.com>
Mon, 26 Aug 2019 15:12:47 +0000 (16:12 +0100)
In a38e9d139929a227e3899fbb638bc46c6cc6d8ba pyconfig.h.in was
manually edited and that edit was overwritten when running autoreconf.

configure.ac
pyconfig.h.in

index 8566d4338469d7f98dbb0b65ebe0152b5de6b5a0..49ee3f6898cce7b9053ac5a745ba55e58538183a 100644 (file)
@@ -2313,7 +2313,7 @@ if test "$ac_cv_sizeof_off_t" -gt "$ac_cv_sizeof_long" -a \
        "$ac_cv_sizeof_long_long" -ge "$ac_cv_sizeof_off_t"; then
   AC_DEFINE(HAVE_LARGEFILE_SUPPORT, 1,
   [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
+   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.)])
   AC_MSG_RESULT(yes)
index ffdc49514e291299333ec8240fa7661d523b9d66..840fbcdb2a6f3303ad40b1165231dc22f80d2e72 100644 (file)
 #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. */