From: Stefan Krah Date: Sun, 23 Dec 2012 14:42:21 +0000 (+0100) Subject: Issue #16753: Define __GNUC_STDC_INLINE__ to an integer (same as gcc). X-Git-Tag: v3.3.1rc1~494 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3dff55a5e86073c1400dee138a6e8959cfe2b8e;p=python Issue #16753: Define __GNUC_STDC_INLINE__ to an integer (same as gcc). --- diff --git a/Modules/_decimal/libmpdec/mpdecimal.h b/Modules/_decimal/libmpdec/mpdecimal.h index b7d4ff7014..06f54708dc 100644 --- a/Modules/_decimal/libmpdec/mpdecimal.h +++ b/Modules/_decimal/libmpdec/mpdecimal.h @@ -63,7 +63,7 @@ extern "C" { #include #endif #ifndef __GNUC_STDC_INLINE__ - #define __GNUC_STDC_INLINE__ + #define __GNUC_STDC_INLINE__ 1 #endif #if defined(__GNUC__) && !defined(__INTEL_COMPILER) #define UNUSED __attribute__((unused))