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 | 2015790ac9fcc04caab83fccc23ab2460310a797 (patch) | |
tree | e644e9bc3f6f688561a871793b59bf8a637e0f72 /contrib/tools/python3/src | |
parent | c768a99151e47c3a4bb7b92c514d256abd301c4d (diff) | |
download | ydb-2015790ac9fcc04caab83fccc23ab2460310a797.tar.gz |
Restoring authorship annotation for <snermolaev@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/tools/python3/src')
-rw-r--r-- | contrib/tools/python3/src/Include/pyconfig-linux.h | 4 | ||||
-rw-r--r-- | contrib/tools/python3/src/Modules/_decimal/libmpdec/mpdecimal.h | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/contrib/tools/python3/src/Include/pyconfig-linux.h b/contrib/tools/python3/src/Include/pyconfig-linux.h index 98de8abc72..4f85b67e88 100644 --- a/contrib/tools/python3/src/Include/pyconfig-linux.h +++ b/contrib/tools/python3/src/Include/pyconfig-linux.h @@ -413,9 +413,9 @@ /* Define if we can use gcc inline assembler to get and set x87 control word */ -#if defined(__x86_64__) || defined(__i386__) +#if defined(__x86_64__) || defined(__i386__) #define HAVE_GCC_ASM_FOR_X87 1 -#endif +#endif /* Define if your compiler provides __uint128_t */ #define HAVE_GCC_UINT128_T 1 diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/mpdecimal.h b/contrib/tools/python3/src/Modules/_decimal/libmpdec/mpdecimal.h index f66f6e5920..d0487a983d 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) |