summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/src/Modules
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tools/python3/src/Modules')
-rw-r--r--contrib/tools/python3/src/Modules/_decimal/libmpdec/mpdecimal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/mpdecimal.h b/contrib/tools/python3/src/Modules/_decimal/libmpdec/mpdecimal.h
index e0bdfec961f..f66f6e59207 100644
--- a/contrib/tools/python3/src/Modules/_decimal/libmpdec/mpdecimal.h
+++ b/contrib/tools/python3/src/Modules/_decimal/libmpdec/mpdecimal.h
@@ -109,7 +109,7 @@ const char *mpd_version(void);
#if defined(CONFIG_64) || defined(CONFIG_32)
#error "cannot use CONFIG_64 or CONFIG_32 with UNIVERSAL."
#endif
- #if defined(__powerpc64__) || defined(_M_AMD64) || defined(__aarch64__)
+ #if defined(__powerpc64__) || defined(_M_AMD64) || defined(__aarch64__)
#define CONFIG_64
#define ANSI
#elif defined(__powerpc__)