Remove legacy use of __SC__; no longer needed now that ANSI source is

the standard for Python implementation.
This commit is contained in:
Fred Drake 2000-07-09 14:22:08 +00:00
parent 5cccf50931
commit bd03bfce45
1 changed files with 0 additions and 4 deletions

View 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