Merge pull request #753 from cgohlke/patch-2

ENH: enable inline functions by default
This commit is contained in:
Alex Clark ☺ 2014-07-01 05:45:24 -04:00
commit 690f5639cd

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__)