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
19c2139d
Kaydet (Commit)
19c2139d
authored
Kas 22, 2012
tarafından
Stefan Krah
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix more usages of NULL without including stdio.h.
üst
7dba5940
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
configure
configure
+2
-0
configure.ac
configure.ac
+2
-0
No files found.
configure
Dosyayı görüntüle @
19c2139d
...
@@ -11620,6 +11620,7 @@ else
...
@@ -11620,6 +11620,7 @@ else
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
/* end confdefs.h. */
#include <stdio.h>
#include <sys/types.h>
#include <sys/types.h>
#include <netdb.h>
#include <netdb.h>
#include <string.h>
#include <string.h>
...
@@ -14833,6 +14834,7 @@ else
...
@@ -14833,6 +14834,7 @@ else
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
/* end confdefs.h. */
#include <stdio.h>
#include<stdlib.h>
#include<stdlib.h>
int main() {
int main() {
size_t len = -1;
size_t len = -1;
...
...
configure.ac
Dosyayı görüntüle @
19c2139d
...
@@ -3119,6 +3119,7 @@ then
...
@@ -3119,6 +3119,7 @@ then
AC_MSG_CHECKING(getaddrinfo bug)
AC_MSG_CHECKING(getaddrinfo bug)
AC_CACHE_VAL(ac_cv_buggy_getaddrinfo,
AC_CACHE_VAL(ac_cv_buggy_getaddrinfo,
AC_RUN_IFELSE([AC_LANG_SOURCE([[[
AC_RUN_IFELSE([AC_LANG_SOURCE([[[
#include <stdio.h>
#include <sys/types.h>
#include <sys/types.h>
#include <netdb.h>
#include <netdb.h>
#include <string.h>
#include <string.h>
...
@@ -4447,6 +4448,7 @@ AC_CHECK_TYPE(socklen_t,,
...
@@ -4447,6 +4448,7 @@ AC_CHECK_TYPE(socklen_t,,
AC_MSG_CHECKING(for broken mbstowcs)
AC_MSG_CHECKING(for broken mbstowcs)
AC_CACHE_VAL(ac_cv_broken_mbstowcs,
AC_CACHE_VAL(ac_cv_broken_mbstowcs,
AC_RUN_IFELSE([AC_LANG_SOURCE([[
AC_RUN_IFELSE([AC_LANG_SOURCE([[
#include <stdio.h>
#include<stdlib.h>
#include<stdlib.h>
int main() {
int main() {
size_t len = -1;
size_t len = -1;
...
...
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