From: Fred Drake Date: Sun, 9 Jul 2000 14:22:08 +0000 (+0000) Subject: Remove legacy use of __SC__; no longer needed now that ANSI source is X-Git-Tag: v2.0b1~967 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd03bfce455c7138602c8540752e0e85022fbac9;p=thirdparty%2FPython%2Fcpython.git 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 0578eec60448..8c61e566c777 100644 --- a/Include/object.h +++ b/Include/object.h @@ -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