Roumen Petrov <[EMAIL PROTECTED]> added the comment:

There is no reason to overload configure script.

Please look into pyport.h :
#define Py_LOCAL(type) static type
#define Py_LOCAL_INLINE(type) static inline type

Someone add USE_INLINE - not finished.
I guess that other source files has to use macros from one
header(pyport.h) instead every C-file to resolve issue independently.

----------
nosy: +rpetrov

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4558>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to