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

stefan.krah python-checkins at python.org
Sun Sep 30 17:30:02 CEST 2012


http://hg.python.org/cpython/rev/a531781e511a
changeset:   79329:a531781e511a
parent:      79327:8cde24557d4a
parent:      79328:d835fb9d1658
user:        Stefan Krah <skrah at bytereef.org>
date:        Sun Sep 30 17:21:49 2012 +0200
summary:
  Merge 3.3.

files:
  Modules/_decimal/libmpdec/mpdecimal.h |  5 -----
  1 files changed, 0 insertions(+), 5 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
@@ -106,11 +106,6 @@
   #endif
 #endif
 
-/* ASM isn't available in strict ansi C mode */
-#if defined(ASM) && defined(__STRICT_ANSI__)
-  #undef ASM
-  #define ANSI
-#endif
 
 /* BEGIN CONFIG_64 */
 #if defined(CONFIG_64)

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


More information about the Python-checkins mailing list