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
e39607f2
Kaydet (Commit)
e39607f2
authored
Haz 28, 2000
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Changed the #error to a #warning when checking gcc versions, and
noted the minimum recommended version in the message.
üst
69db0e4a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
config.h
PC/config.h
+1
-1
No files found.
PC/config.h
Dosyayı görüntüle @
e39607f2
...
@@ -31,7 +31,7 @@ compiler specific". Therefore, these should be very rare.
...
@@ -31,7 +31,7 @@ compiler specific". Therefore, these should be very rare.
compiler don't exhibit this bug.
compiler don't exhibit this bug.
*/
*/
#if (__GNUC__==2) && (__GNUC_MINOR__<=91)
#if (__GNUC__==2) && (__GNUC_MINOR__<=91)
#
error "Please use an up-to-date version of gcc
"
#
warning "Please use an up-to-date version of gcc! (>2.91 recommended)
"
#endif
#endif
/*
/*
...
...
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