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
fc96f1e9
Kaydet (Commit)
fc96f1e9
authored
Eyl 04, 2017
tarafından
Benjamin Peterson
Kaydeden (comit)
GitHub
Eyl 04, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove configure check for 'volatile' (#3281)
This is a required feature is C99, which we require.
üst
1c1f8f30
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
37 deletions
+3
-37
configure
configure
+0
-26
configure.ac
configure.ac
+0
-8
pyconfig.h.in
pyconfig.h.in
+3
-3
No files found.
configure
Dosyayı görüntüle @
fc96f1e9
...
...
@@ -13543,32 +13543,6 @@ $as_echo "#define const /**/" >>confdefs.h
fi
works
=
no
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking for working volatile"
>
&5
$as_echo_n
"checking for working volatile... "
>
&6
;
}
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
int
main ()
{
volatile int x; x = 0;
;
return 0;
}
_ACEOF
if
ac_fn_c_try_compile
"
$LINENO
"
;
then
:
works
=
yes
else
$as_echo
"#define volatile /**/"
>>
confdefs.h
fi
rm
-f
core conftest.err conftest.
$ac_objext
conftest.
$ac_ext
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result:
$works
"
>
&5
$as_echo
"
$works
"
>
&6
;
}
works
=
no
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking for working signed char"
>
&5
$as_echo_n
"checking for working signed char... "
>
&6
;
}
...
...
configure.ac
Dosyayı görüntüle @
fc96f1e9
...
...
@@ -4080,14 +4080,6 @@ fi
AC_C_CHAR_UNSIGNED
AC_C_CONST
works=no
AC_MSG_CHECKING(for working volatile)
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[]], [[volatile int x; x = 0;]])],
[works=yes],
[AC_DEFINE(volatile, , [Define to empty if the keyword does not work.])]
)
AC_MSG_RESULT($works)
works=no
AC_MSG_CHECKING(for working signed char)
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[]], [[signed char c;]])],
...
...
pyconfig.h.in
Dosyayı görüntüle @
fc96f1e9
...
...
@@ -775,6 +775,9 @@
/* Define to 1 if you have the `sched_setscheduler' function. */
#undef HAVE_SCHED_SETSCHEDULER
/* Define to 1 if you have the `select' function. */
#undef HAVE_SELECT
/* Define to 1 if you have the `sem_getvalue' function. */
#undef HAVE_SEM_GETVALUE
...
...
@@ -1505,9 +1508,6 @@
/* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t
/* Define to empty if the keyword does not work. */
#undef volatile
/* Define the macros needed if on a UnixWare 7.x system. */
#if defined(__USLC__) && defined(__SCO_VERSION__)
...
...
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