summaryrefslogtreecommitdiffstats
path: root/Modules/_decimal
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2012-09-30 15:20:47 (GMT)
committerStefan Krah <skrah@bytereef.org>2012-09-30 15:20:47 (GMT)
commite59aa8c94daf8191fcf7a4773a3fae14a5162084 (patch)
tree1a5db1992453e0af603b453d63ec1b365553a59c /Modules/_decimal
parent5c9a5895d4357ad33c42f6d996142ae3fb591ad9 (diff)
downloadcpython-e59aa8c94daf8191fcf7a4773a3fae14a5162084.zip
cpython-e59aa8c94daf8191fcf7a4773a3fae14a5162084.tar.gz
cpython-e59aa8c94daf8191fcf7a4773a3fae14a5162084.tar.bz2
Revert 29506c7db353 (build output should be accurate).
Diffstat (limited to 'Modules/_decimal')
-rw-r--r--Modules/_decimal/libmpdec/mpdecimal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Modules/_decimal/libmpdec/mpdecimal.h b/Modules/_decimal/libmpdec/mpdecimal.h
index e014f1c..d131c71 100644
--- a/Modules/_decimal/libmpdec/mpdecimal.h
+++ b/Modules/_decimal/libmpdec/mpdecimal.h
@@ -106,11 +106,6 @@ extern "C" {
#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)