summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/macmodule.c
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-07-11 22:37:03 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-07-11 22:37:03 (GMT)
commite17fd2a5afab84e58e60df87b02b9c7139a57248 (patch)
tree30d5b2daeb31eed8898556addb8ef899287ac7cf /Mac/Modules/macmodule.c
parentcbf630f0a916b6e34295379db01a6e2950e05012 (diff)
downloadcpython-e17fd2a5afab84e58e60df87b02b9c7139a57248.zip
cpython-e17fd2a5afab84e58e60df87b02b9c7139a57248.tar.gz
cpython-e17fd2a5afab84e58e60df87b02b9c7139a57248.tar.bz2
Got rid of __SC__ ifdefs.
Diffstat (limited to 'Mac/Modules/macmodule.c')
-rw-r--r--Mac/Modules/macmodule.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Mac/Modules/macmodule.c b/Mac/Modules/macmodule.c
index ba545c3..600b9fc 100644
--- a/Mac/Modules/macmodule.c
+++ b/Mac/Modules/macmodule.c
@@ -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 */