From 2015790ac9fcc04caab83fccc23ab2460310a797 Mon Sep 17 00:00:00 2001 From: snermolaev Date: Thu, 10 Feb 2022 16:45:53 +0300 Subject: Restoring authorship annotation for . Commit 1 of 2. --- contrib/tools/python3/src/Modules/_decimal/libmpdec/mpdecimal.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'contrib/tools/python3/src/Modules') diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/mpdecimal.h b/contrib/tools/python3/src/Modules/_decimal/libmpdec/mpdecimal.h index f66f6e59207..d0487a983db 100644 --- a/contrib/tools/python3/src/Modules/_decimal/libmpdec/mpdecimal.h +++ b/contrib/tools/python3/src/Modules/_decimal/libmpdec/mpdecimal.h @@ -110,9 +110,9 @@ const char *mpd_version(void); #error "cannot use CONFIG_64 or CONFIG_32 with UNIVERSAL." #endif #if defined(__powerpc64__) || defined(_M_AMD64) || defined(__aarch64__) - #define CONFIG_64 - #define ANSI - #elif defined(__powerpc__) + #define CONFIG_64 + #define ANSI + #elif defined(__powerpc__) #define CONFIG_32 #define ANSI #elif defined(__i386__) || defined(_M_IX86) -- cgit v1.3