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)