Issue 5553: Improved Py_LOCAL_INLINE to actually inline under compilers other than MSC

This commit is contained in:
Daniel Stutzbach 2010-08-31 19:51:07 +00:00
parent 061b14a4a1
commit a606faa491
6 changed files with 64 additions and 5 deletions

View file

@ -266,8 +266,6 @@ typedef Py_intptr_t Py_ssize_t;
* should keep using static.
*/
#undef USE_INLINE /* XXX - set via configure? */
#if defined(_MSC_VER)
#if defined(PY_LOCAL_AGGRESSIVE)
/* enable more aggressive optimization for visual studio */