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

@ -67,9 +67,6 @@ static char copyright[] =
/* enables fast searching */
#define USE_FAST_SEARCH
/* enables aggressive inlining (always on for Visual C) */
#undef USE_INLINE
/* enables copy/deepcopy handling (work in progress) */
#undef USE_BUILTIN_COPY