summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2012-12-23 14:42:21 (GMT)
committerStefan Krah <skrah@bytereef.org>2012-12-23 14:42:21 (GMT)
commite3dff55a5e86073c1400dee138a6e8959cfe2b8e (patch)
treec96b26bfdd55f07bad43acbe05895706e1410ce9 /Modules
parentf347cf903c61fec0fbf2a5528ef9b88f76e8977d (diff)
downloadcpython-e3dff55a5e86073c1400dee138a6e8959cfe2b8e.zip
cpython-e3dff55a5e86073c1400dee138a6e8959cfe2b8e.tar.gz
cpython-e3dff55a5e86073c1400dee138a6e8959cfe2b8e.tar.bz2
Issue #16753: Define __GNUC_STDC_INLINE__ to an integer (same as gcc).
Diffstat (limited to 'Modules')
-rw-r--r--Modules/_decimal/libmpdec/mpdecimal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_decimal/libmpdec/mpdecimal.h b/Modules/_decimal/libmpdec/mpdecimal.h
index b7d4ff7..06f5470 100644
--- a/Modules/_decimal/libmpdec/mpdecimal.h
+++ b/Modules/_decimal/libmpdec/mpdecimal.h
@@ -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))