Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
5ce8474c
Kaydet (Commit)
5ce8474c
authored
Ara 31, 2009
tarafından
Mark Dickinson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add missing quotes.
üst
ae9a0a0f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
configure
configure
+2
-2
configure.in
configure.in
+1
-1
No files found.
configure
Dosyayı görüntüle @
5ce8474c
#! /bin/sh
#! /bin/sh
# From configure.in Revision: 77
031
.
# From configure.in Revision: 77
169
.
# Guess values for system-dependent variables and create Makefiles.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for python 2.7.
# Generated by GNU Autoconf 2.61 for python 2.7.
#
#
...
@@ -27376,7 +27376,7 @@ fi
...
@@ -27376,7 +27376,7 @@ fi
echo "${ECHO_T}$ac_cv_have_long_long_format" >&6; }
echo "${ECHO_T}$ac_cv_have_long_long_format" >&6; }
fi
fi
if test
$ac_cv_have_long_long_format
= yes
if test
"$ac_cv_have_long_long_format"
= yes
then
then
cat >>confdefs.h <<\_ACEOF
cat >>confdefs.h <<\_ACEOF
...
...
configure.in
Dosyayı görüntüle @
5ce8474c
...
@@ -4046,7 +4046,7 @@ then
...
@@ -4046,7 +4046,7 @@ then
AC_MSG_RESULT($ac_cv_have_long_long_format)
AC_MSG_RESULT($ac_cv_have_long_long_format)
fi
fi
if test
$ac_cv_have_long_long_format
= yes
if test
"$ac_cv_have_long_long_format"
= yes
then
then
AC_DEFINE(PY_FORMAT_LONG_LONG, "ll",
AC_DEFINE(PY_FORMAT_LONG_LONG, "ll",
[Define to printf format modifier for long long type])
[Define to printf format modifier for long long type])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment