Kaydet (Commit) e17fd2a5 authored tarafından Jack Jansen's avatar Jack Jansen

Got rid of __SC__ ifdefs.

üst cbf630f0
......@@ -49,10 +49,6 @@ typedef struct {
#define HAVE_UNIVERSAL_HEADERS
#endif
#ifdef SYMANTEC__CFM68K__
#pragma lib_export on
#endif
#ifdef USE_GUSI1
void PyMac_FixGUSIcd(void); /* Workaround for GUSI chdir() call */
extern void PyMac_SetGUSISpin(void); /* Install our private GUSI spin routine */
......
......@@ -105,11 +105,7 @@ struct dirent * readdir(DIR *);
int rmdir(const char *path);
int sync(void);
#if defined(__SC__)
int unlink(char *);
#else
int unlink(const char *);
#endif
#endif /* USE_GUSI */
......
......@@ -69,12 +69,8 @@ PERFORMANCE OF THIS SOFTWARE.
#endif
#ifdef MPW
#ifdef __SC__
#define COMPILER " [Symantec MPW]"
#else
#define COMPILER " [Apple MPW]"
#endif
#endif
const char *
Py_GetCompiler(void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment