[Python-checkins] cpython (3.3): Revert 29506c7db353 (build output should be accurate).

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


http://hg.python.org/cpython/rev/d835fb9d1658
changeset:   79328:d835fb9d1658
branch:      3.3
parent:      79326:3d10897fef9b
user:        Stefan Krah <skrah at bytereef.org>
date:        Sun Sep 30 17:20:47 2012 +0200
summary:
  Revert 29506c7db353 (build output should be accurate).

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