ENH: enable inline functions by default

This commit is contained in:
cgohlke 2014-06-30 15:26:41 -07:00
parent 1056bd781a
commit 767182a56f

View File

@ -17,7 +17,7 @@
#error Sorry, this library requires ANSI header files.
#endif
#if !defined(PIL_USE_INLINE)
#if defined(PIL_NO_INLINE)
#define inline
#else
#if defined(_MSC_VER) && !defined(__GNUC__)