]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove legacy use of __SC__; no longer needed now that ANSI source is
authorFred Drake <fdrake@acm.org>
Sun, 9 Jul 2000 14:22:08 +0000 (14:22 +0000)
committerFred Drake <fdrake@acm.org>
Sun, 9 Jul 2000 14:22:08 +0000 (14:22 +0000)
the standard for Python implementation.

Include/object.h

index 0578eec60448107700c4efadc829037af7ff82aa..8c61e566c777a5759ab423b2f21e2ef87a9b63a0 100644 (file)
@@ -452,11 +452,7 @@ object, so I can't just put extern in all cases. :-( )
 
 #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