]> granicus.if.org Git - python/commitdiff
Issue #16753: Define __GNUC_STDC_INLINE__ to an integer (same as gcc).
authorStefan Krah <skrah@bytereef.org>
Sun, 23 Dec 2012 14:42:21 +0000 (15:42 +0100)
committerStefan Krah <skrah@bytereef.org>
Sun, 23 Dec 2012 14:42:21 +0000 (15:42 +0100)
Modules/_decimal/libmpdec/mpdecimal.h

index b7d4ff70144c997b7a3c9d0baa98de25e0972cff..06f54708dc5b8ffc2ffe7eaeb565fa31e22b5c42 100644 (file)
@@ -63,7 +63,7 @@ extern "C" {
     #include <inttypes.h>
   #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))