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
d7f73e91
Kaydet (Commit)
d7f73e91
authored
Eyl 05, 2010
tarafından
Benjamin Peterson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
run autoreconf
üst
f95b1993
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
configure
configure
+0
-0
configure.in
configure.in
+1
-1
pyconfig.h.in
pyconfig.h.in
+8
-3
No files found.
configure
Dosyayı görüntüle @
d7f73e91
This diff is collapsed.
Click to expand it.
configure.in
Dosyayı görüntüle @
d7f73e91
...
...
@@ -663,7 +663,7 @@ AC_MSG_RESULT($GNULD)
AC_C_INLINE
if test "$ac_cv_c_inline" != no ; then
AC_DEFINE(USE_INLINE,
1
)
AC_DEFINE(USE_INLINE,
1, [Define to use the C99 inline keyword.]
)
AC_SUBST(USE_INLINE)
fi
...
...
pyconfig.h.in
Dosyayı görüntüle @
d7f73e91
...
...
@@ -1040,11 +1040,10 @@
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
#undef TM_IN_SYS_TIME
/* Define to 0 if you don't want to use computed gotos in ceval.c.
(The default is to use them if HAVE_COMPUTED_GOTOS is defined.) */
/* Define if you want to use computed gotos in ceval.c. */
#undef USE_COMPUTED_GOTOS
/* Define
if the compiler supports the inline keyword
*/
/* Define
to use the C99 inline keyword.
*/
#undef USE_INLINE
/* Enable extensions on AIX 3, Interix. */
...
...
@@ -1200,6 +1199,12 @@
/* Define to `int' if <sys/types.h> doesn't define. */
#undef gid_t
/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus
#undef inline
#endif
/* Define to the type of a signed integer type of width exactly 32 bits if
such a type exists and the standard includes do not define it. */
#undef int32_t
...
...
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