[Python-checkins] cpython (merge 3.3 -> default): Merge 3.3.

stefan.krah python-checkins at python.org
Sat Dec 22 14:57:59 CET 2012


http://hg.python.org/cpython/rev/568019d6bf6b
changeset:   80981:568019d6bf6b
parent:      80979:8ffa8dc4b0f8
parent:      80980:93902bd37f48
user:        Stefan Krah <skrah at bytereef.org>
date:        Sat Dec 22 14:57:16 2012 +0100
summary:
  Merge 3.3.

files:
  Modules/_decimal/libmpdec/mpdecimal.h |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Modules/_decimal/libmpdec/mpdecimal.h b/Modules/_decimal/libmpdec/mpdecimal.h
--- a/Modules/_decimal/libmpdec/mpdecimal.h
+++ b/Modules/_decimal/libmpdec/mpdecimal.h
@@ -51,6 +51,9 @@
   #ifndef UNUSED
     #define UNUSED
   #endif
+  #define MPD_PRAGMA(x)
+  #define MPD_HIDE_SYMBOLS_START
+  #define MPD_HIDE_SYMBOLS_END
   #define EXTINLINE extern inline
 #else
   #ifdef HAVE_STDINT_H

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list