Skip to content
Permalink
Browse files
bpo-40878: xlc cannot handle C99 extern inline. (GH-21887)
This applies to the default "extc99" mode.  Python does not compile with "stdc99".
  • Loading branch information
skrah committed Aug 15, 2020
1 parent fa5d725 commit 40e700ad042089120456cc2ee79b8ca69479416b
Showing 1 changed file with 1 addition and 1 deletion.
@@ -64,7 +64,7 @@

#if defined(_MSC_VER)
#define ALWAYS_INLINE __forceinline
#elif defined(LEGACY_COMPILER)
#elif defined(__IBMC__) || defined(LEGACY_COMPILER)
#define ALWAYS_INLINE
#undef inline
#define inline

0 comments on commit 40e700a

Please sign in to comment.