commit | e59aa8c94daf8191fcf7a4773a3fae14a5162084 | [log] [tgz] |
---|---|---|
author | Stefan Krah <skrah@bytereef.org> | Sun Sep 30 17:20:47 2012 +0200 |
committer | Stefan Krah <skrah@bytereef.org> | Sun Sep 30 17:20:47 2012 +0200 |
tree | 1a5db1992453e0af603b453d63ec1b365553a59c | |
parent | 5c9a5895d4357ad33c42f6d996142ae3fb591ad9 [diff] |
Revert 29506c7db353 (build output should be accurate).
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 @@ #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)