diff options
author | snermolaev <snermolaev@yandex-team.ru> | 2022-02-10 16:45:53 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:53 +0300 |
commit | 7353a3fdea9c67c256980c00a2b3b67f09b23a27 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/tools/python3/src/Modules | |
parent | 2015790ac9fcc04caab83fccc23ab2460310a797 (diff) | |
download | ydb-7353a3fdea9c67c256980c00a2b3b67f09b23a27.tar.gz |
Restoring authorship annotation for <snermolaev@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/tools/python3/src/Modules')
-rw-r--r-- | contrib/tools/python3/src/Modules/_decimal/libmpdec/mpdecimal.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/mpdecimal.h b/contrib/tools/python3/src/Modules/_decimal/libmpdec/mpdecimal.h index d0487a983d..f66f6e5920 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) |