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
4542897d
Kaydet (Commit)
4542897d
authored
Tem 02, 2001
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added the new unicode defines. Not really tested yet, but Python compiles again at least.
üst
683ecc73
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
config.h
Mac/Include/config.h
+9
-0
No files found.
Mac/Include/config.h
Dosyayı görüntüle @
4542897d
...
@@ -199,6 +199,15 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
...
@@ -199,6 +199,15 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/* Define if the compiler provides a wchar.h header file. */
/* Define if the compiler provides a wchar.h header file. */
#define HAVE_WCHAR_H 1
#define HAVE_WCHAR_H 1
/* Define if you want to have a Unicode type. */
#define Py_USING_UNICODE 1
/* Define as the integral type used for Unicode representation. */
#define PY_UNICODE_TYPE wchar_t
/* Define as the size of the unicode type. */
#define Py_UNICODE_SIZE 2
/* Define if malloc(0) returns a NULL pointer */
/* Define if malloc(0) returns a NULL pointer */
#ifdef USE_MSL_MALLOC
#ifdef USE_MSL_MALLOC
#define MALLOC_ZERO_RETURNS_NULL
#define MALLOC_ZERO_RETURNS_NULL
...
...
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