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
3d37f432
Kaydet (Commit)
3d37f432
authored
Ock 14, 1999
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Jim Ahlstrom added some SIZEOF defs for VC and WATCOM (only).
üst
a50a1df5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
config.h
PC/config.h
+9
-0
No files found.
PC/config.h
Dosyayı görüntüle @
3d37f432
...
@@ -99,6 +99,9 @@ typedef int pid_t;
...
@@ -99,6 +99,9 @@ typedef int pid_t;
#define IMPORT_8x3_NAMES
#define IMPORT_8x3_NAMES
typedef
int
pid_t
;
typedef
int
pid_t
;
#define WORD_BIT 16
#define WORD_BIT 16
#define SIZEOF_INT 2
#define SIZEOF_LONG 4
#define SIZEOF_VOID_P 4
#pragma warning(disable:4113)
#pragma warning(disable:4113)
#define memcpy memmove
/* memcpy dangerous pointer wrap in Win 3.1 */
#define memcpy memmove
/* memcpy dangerous pointer wrap in Win 3.1 */
#define hypot _hypot
#define hypot _hypot
...
@@ -163,8 +166,14 @@ typedef int pid_t;
...
@@ -163,8 +166,14 @@ typedef int pid_t;
#endif
#endif
#ifdef M_I386
#ifdef M_I386
#define WORD_BIT 32
#define WORD_BIT 32
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
#define SIZEOF_VOID_P 4
#else
#else
#define WORD_BIT 16
#define WORD_BIT 16
#define SIZEOF_INT 2
#define SIZEOF_LONG 4
#define SIZEOF_VOID_P 4
#endif
#endif
#define VA_LIST_IS_ARRAY
#define VA_LIST_IS_ARRAY
#define HAVE_CLOCK
#define HAVE_CLOCK
...
...
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