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. #error Sorry, this library requires ANSI header files.
#endif #endif
#if !defined(PIL_USE_INLINE) #if defined(PIL_NO_INLINE)
#define inline #define inline
#else #else
#if defined(_MSC_VER) && !defined(__GNUC__) #if defined(_MSC_VER) && !defined(__GNUC__)