We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa5d725 commit 40e700aCopy full SHA for 40e700a
Modules/_decimal/libmpdec/mpdecimal.c
@@ -64,7 +64,7 @@
64
65
#if defined(_MSC_VER)
66
#define ALWAYS_INLINE __forceinline
67
-#elif defined(LEGACY_COMPILER)
+#elif defined(__IBMC__) || defined(LEGACY_COMPILER)
68
#define ALWAYS_INLINE
69
#undef inline
70
#define inline
0 commit comments