mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
Got rid of __SC__ ifdefs.
This commit is contained in:
parent
cbf630f0a9
commit
e17fd2a5af
3 changed files with 0 additions and 12 deletions
|
|
@ -49,10 +49,6 @@ typedef struct {
|
||||||
#define HAVE_UNIVERSAL_HEADERS
|
#define HAVE_UNIVERSAL_HEADERS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef SYMANTEC__CFM68K__
|
|
||||||
#pragma lib_export on
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef USE_GUSI1
|
#ifdef USE_GUSI1
|
||||||
void PyMac_FixGUSIcd(void); /* Workaround for GUSI chdir() call */
|
void PyMac_FixGUSIcd(void); /* Workaround for GUSI chdir() call */
|
||||||
extern void PyMac_SetGUSISpin(void); /* Install our private GUSI spin routine */
|
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 rmdir(const char *path);
|
||||||
int sync(void);
|
int sync(void);
|
||||||
|
|
||||||
#if defined(__SC__)
|
|
||||||
int unlink(char *);
|
|
||||||
#else
|
|
||||||
int unlink(const char *);
|
int unlink(const char *);
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif /* USE_GUSI */
|
#endif /* USE_GUSI */
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -69,12 +69,8 @@ PERFORMANCE OF THIS SOFTWARE.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef MPW
|
#ifdef MPW
|
||||||
#ifdef __SC__
|
|
||||||
#define COMPILER " [Symantec MPW]"
|
|
||||||
#else
|
|
||||||
#define COMPILER " [Apple MPW]"
|
#define COMPILER " [Apple MPW]"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
const char *
|
const char *
|
||||||
Py_GetCompiler(void)
|
Py_GetCompiler(void)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue