From e3dff55a5e86073c1400dee138a6e8959cfe2b8e Mon Sep 17 00:00:00 2001 From: Stefan Krah Date: Sun, 23 Dec 2012 15:42:21 +0100 Subject: [PATCH] Issue #16753: Define __GNUC_STDC_INLINE__ to an integer (same as gcc). --- Modules/_decimal/libmpdec/mpdecimal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/_decimal/libmpdec/mpdecimal.h b/Modules/_decimal/libmpdec/mpdecimal.h index b7d4ff70144..06f54708dc5 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))