commit | bd03bfce455c7138602c8540752e0e85022fbac9 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Sun Jul 09 14:22:08 2000 +0000 |
committer | Fred Drake <fdrake@acm.org> | Sun Jul 09 14:22:08 2000 +0000 |
tree | b9a118465705dfaa5d240eeb6b9d5d6e21c417db | |
parent | 5cccf50931e9b8295e4fcd8b84bd2724c5c6b15b [diff] |
Remove legacy use of __SC__; no longer needed now that ANSI source is the standard for Python implementation.
diff --git a/Include/object.h b/Include/object.h index 0578eec..8c61e56 100644 --- a/Include/object.h +++ b/Include/object.h
@@ -452,11 +452,7 @@ #ifdef BAD_STATIC_FORWARD #define staticforward extern -#ifdef __SC__ -#define statichere -#else #define statichere static -#endif /* __SC__ */ #else /* !BAD_STATIC_FORWARD */ #define staticforward static #define statichere static