]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
add __SC__ ifdef
authorGuido van Rossum <guido@python.org>
Fri, 17 Feb 1995 14:23:51 +0000 (14:23 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 17 Feb 1995 14:23:51 +0000 (14:23 +0000)
Mac/Modules/macmodule.c

index 6b5668b98cd59c95193733d4c5d6727be82b708d..fc72615377332834da62c58db031e18b1cf21d1d 100644 (file)
@@ -74,7 +74,7 @@ void closedir PROTO((DIR *));
 struct dirent * readdir PROTO((DIR *));
 int rmdir PROTO((const char *path));
 int sync PROTO((void));
-#ifdef THINK_C
+#if defined(THINK_C) || defined(__SC__)
 int unlink PROTO((char *));
 #else
 int unlink PROTO((const char *));