Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754a3d5 commit c43cea2Copy full SHA for c43cea2
1 file changed
pythoncapi_compat.h
@@ -26,7 +26,7 @@ extern "C" {
26
// the inline keyword in C (only in C++): use __inline instead.
27
#if (defined(_MSC_VER) && _MSC_VER < 1900 \
28
&& !defined(__cplusplus) && !defined(inline))
29
-# define PYCAPI_COMPAT_INLINE(TYPE static __inline TYPE
+# define PYCAPI_COMPAT_STATIC_INLINE(TYPE) static __inline TYPE
30
#else
31
# define PYCAPI_COMPAT_STATIC_INLINE(TYPE) static inline TYPE
32
#endif
0 commit comments