Skip to content

Commit

Permalink
Update to current version of header file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Apr 29, 2022
1 parent 7b63f99 commit cf7f785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zope/container/_compat.h
Expand Up @@ -2,7 +2,7 @@
// the inline keyword in C (only in C++): use __inline instead.
#if (defined(_MSC_VER) && _MSC_VER < 1900 \
&& !defined(__cplusplus) && !defined(inline))
# define PYCAPI_COMPAT_INLINE(TYPE static __inline TYPE
# define PYCAPI_COMPAT_STATIC_INLINE(TYPE) static __inline TYPE
#else
# define PYCAPI_COMPAT_STATIC_INLINE(TYPE) static inline TYPE
#endif
Expand Down

0 comments on commit cf7f785

Please sign in to comment.