diff options
| author | Stefan Krah <skrah@bytereef.org> | 2012-09-30 17:20:47 +0200 |
|---|---|---|
| committer | Stefan Krah <skrah@bytereef.org> | 2012-09-30 17:20:47 +0200 |
| commit | e59aa8c94daf8191fcf7a4773a3fae14a5162084 (patch) | |
| tree | 1a5db1992453e0af603b453d63ec1b365553a59c /Modules/_decimal/libmpdec | |
| parent | 5c9a5895d4357ad33c42f6d996142ae3fb591ad9 (diff) | |
| download | cpython-git-e59aa8c94daf8191fcf7a4773a3fae14a5162084.tar.gz | |
Revert 29506c7db353 (build output should be accurate).
Diffstat (limited to 'Modules/_decimal/libmpdec')
| -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 e014f1c3a5..d131c71441 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) |
