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
dc1688ad
Kaydet (Commit)
dc1688ad
authored
Haz 27, 2008
tarafından
Mark Dickinson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix typo in configure.in, and propagate configure.in changes from r64002
to configure and pyconfig.h.in.
üst
ee51cffc
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
configure
configure
+0
-0
configure.in
configure.in
+1
-1
pyconfig.h.in
pyconfig.h.in
+6
-0
No files found.
configure
Dosyayı görüntüle @
dc1688ad
This diff is collapsed.
Click to expand it.
configure.in
Dosyayı görüntüle @
dc1688ad
...
...
@@ -1328,7 +1328,7 @@ AC_TRY_COMPILE([], [long double x; x = (long double)0.;], [
have_long_double=yes
])
AC_MSG_RESULT($have_long_double)
if test "$have_long_
long
" = yes ; then
if test "$have_long_
double
" = yes ; then
AC_CHECK_SIZEOF(long double, 12)
fi
...
...
pyconfig.h.in
Dosyayı görüntüle @
dc1688ad
...
...
@@ -384,6 +384,9 @@
/* Define to 1 if you have the `log1p' function. */
#undef HAVE_LOG1P
/* Define this if you have the type long double. */
#undef HAVE_LONG_DOUBLE
/* Define this if you have the type long long. */
#undef HAVE_LONG_LONG
...
...
@@ -887,6 +890,9 @@
/* The size of `long', as computed by sizeof. */
#undef SIZEOF_LONG
/* The size of `long double', as computed by sizeof. */
#undef SIZEOF_LONG_DOUBLE
/* The size of `long long', as computed by sizeof. */
#undef SIZEOF_LONG_LONG
...
...
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