Kaydet (Commit) 8318f2fb authored tarafından Guido van Rossum's avatar Guido van Rossum

add __SC__ ifdef

üst 8fbf82b2
......@@ -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 *));
......
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