summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-07-09 14:22:08 (GMT)
committerFred Drake <fdrake@acm.org>2000-07-09 14:22:08 (GMT)
commitbd03bfce455c7138602c8540752e0e85022fbac9 (patch)
treeb9a118465705dfaa5d240eeb6b9d5d6e21c417db /Include
parent5cccf50931e9b8295e4fcd8b84bd2724c5c6b15b (diff)
downloadcpython-bd03bfce455c7138602c8540752e0e85022fbac9.zip
cpython-bd03bfce455c7138602c8540752e0e85022fbac9.tar.gz
cpython-bd03bfce455c7138602c8540752e0e85022fbac9.tar.bz2
Remove legacy use of __SC__; no longer needed now that ANSI source is
the standard for Python implementation.
Diffstat (limited to 'Include')
-rw-r--r--Include/object.h4
1 files changed, 0 insertions, 4 deletions
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 @@ 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