mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
change in staticforward -- added statichere
This commit is contained in:
parent
4f508cc806
commit
57836fe998
1 changed files with 7 additions and 1 deletions
|
@ -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 */
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue