File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,10 +49,6 @@ typedef struct {
4949#define HAVE_UNIVERSAL_HEADERS
5050#endif
5151
52- #ifdef SYMANTEC__CFM68K__
53- #pragma lib_export on
54- #endif
55-
5652#ifdef USE_GUSI1
5753void PyMac_FixGUSIcd (void ); /* Workaround for GUSI chdir() call */
5854extern void PyMac_SetGUSISpin (void ); /* Install our private GUSI spin routine */
Original file line number Diff line number Diff line change @@ -105,11 +105,7 @@ struct dirent * readdir(DIR *);
105105int rmdir (const char * path );
106106int sync (void );
107107
108- #if defined(__SC__ )
109- int unlink (char * );
110- #else
111108int unlink (const char * );
112- #endif
113109
114110#endif /* USE_GUSI */
115111
Original file line number Diff line number Diff line change @@ -69,12 +69,8 @@ PERFORMANCE OF THIS SOFTWARE.
6969#endif
7070
7171#ifdef MPW
72- #ifdef __SC__
73- #define COMPILER " [Symantec MPW]"
74- #else
7572#define COMPILER " [Apple MPW]"
7673#endif
77- #endif
7874
7975const char *
8076Py_GetCompiler (void )
You can’t perform that action at this time.
0 commit comments