diff options
author | Stefan Krah <skrah@bytereef.org> | 2012-09-30 15:20:47 (GMT) |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2012-09-30 15:20:47 (GMT) |
commit | e59aa8c94daf8191fcf7a4773a3fae14a5162084 (patch) | |
tree | 1a5db1992453e0af603b453d63ec1b365553a59c /Modules | |
parent | 5c9a5895d4357ad33c42f6d996142ae3fb591ad9 (diff) | |
download | cpython-e59aa8c94daf8191fcf7a4773a3fae14a5162084.zip cpython-e59aa8c94daf8191fcf7a4773a3fae14a5162084.tar.gz cpython-e59aa8c94daf8191fcf7a4773a3fae14a5162084.tar.bz2 |
Revert 29506c7db353 (build output should be accurate).
Diffstat (limited to 'Modules')
-rw-r--r-- | 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 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) |