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
6980dff3
Kaydet (Commit)
6980dff3
authored
Tem 12, 2000
tarafından
Skip Montanaro
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
delete obsolete SYMANTEC__CFM68K__ #ifdefs
üst
97bc98ae
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
20 deletions
+0
-20
mymalloc.h
Include/mymalloc.h
+0
-4
mymath.h
Include/mymath.h
+0
-8
dynload_mac.c
Python/dynload_mac.c
+0
-4
errors.c
Python/errors.c
+0
-4
No files found.
Include/mymalloc.h
Dosyayı görüntüle @
6980dff3
...
...
@@ -44,10 +44,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
extern
"C"
{
#endif
#ifdef SYMANTEC__CFM68K__
#pragma lib_export on
#endif
#ifndef DL_IMPORT
/* declarations for DLL import */
#define DL_IMPORT(RTYPE) RTYPE
#endif
...
...
Include/mymath.h
Dosyayı görüntüle @
6980dff3
...
...
@@ -5,10 +5,6 @@
symbols doesn't quite work...
XXX Not sure now... Seems to be something else going on as well... */
#ifdef SYMANTEC__CFM68K__
#pragma lib_export off
#endif
#ifndef HAVE_HYPOT
extern
double
hypot
(
double
,
double
);
#ifdef MWERKS_BEFORE_PRO4
...
...
@@ -24,10 +20,6 @@ extern double hypot(double, double);
#endif
#endif
#ifdef SYMANTEC__CFM68K__
#pragma lib_export on
#endif
#if defined(USE_MSL) && defined(__MC68K__)
/* CodeWarrior MSL 2.1.1 has weird define overrides that don't work
** when you take the address of math functions. If I interpret the
...
...
Python/dynload_mac.c
Dosyayı görüntüle @
6980dff3
...
...
@@ -15,10 +15,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#include <Aliases.h>
#include <CodeFragments.h>
#ifdef SYMANTEC__CFM68K__
/* Really an older version of Universal Headers */
#define CFragConnectionID ConnectionID
#define kLoadCFrag 0x01
#endif
#ifdef USE_GUSI1
#include "TFileSpec.h"
/* for Path2FSSpec() */
#endif
...
...
Python/errors.c
Dosyayı görüntüle @
6980dff3
...
...
@@ -12,10 +12,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#include "Python.h"
#ifdef SYMANTEC__CFM68K__
#pragma lib_export on
#endif
#ifdef macintosh
extern
char
*
PyMac_StrError
(
int
);
#undef strerror
...
...
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