[issue4558] with_stdc89

Roumen Petrov report at bugs.python.org
Sat Dec 6 17:17:07 CET 2008


Roumen Petrov <bugtrack at roumenpetrov.info> 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 <report at bugs.python.org>
<http://bugs.python.org/issue4558>
_______________________________________


More information about the Python-bugs-list mailing list