Kaydet (Commit) 57836fe9 authored tarafından Guido van Rossum's avatar Guido van Rossum

change in staticforward -- added statichere

üst 4f508cc8
......@@ -376,9 +376,15 @@ 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
#endif /* BAD_STATIC_FORWARD */
#define statichere static
#endif /* !BAD_STATIC_FORWARD */
/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment