summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2012-12-23 14:46:03 (GMT)
committerStefan Krah <skrah@bytereef.org>2012-12-23 14:46:03 (GMT)
commit823359610f6066fbffaf1907154926008d720c58 (patch)
tree363d4ed3da18465331be62fd3f49d6b26f5dbb07 /Modules
parent0794fe0356fe58a7b7308a3aa872d9ea7d69a585 (diff)
parente3dff55a5e86073c1400dee138a6e8959cfe2b8e (diff)
downloadcpython-823359610f6066fbffaf1907154926008d720c58.zip
cpython-823359610f6066fbffaf1907154926008d720c58.tar.gz
cpython-823359610f6066fbffaf1907154926008d720c58.tar.bz2
Merge 3.3.
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))