diff options
author | matshch <matshch@yandex-team.ru> | 2022-02-10 16:48:21 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:21 +0300 |
commit | f5b299c20e4346595c18e9cdcbe3bf1dca2c99a8 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /contrib/tools | |
parent | e3b2e3dbf769c74dd5f104623ae5bfad334e620c (diff) | |
download | ydb-f5b299c20e4346595c18e9cdcbe3bf1dca2c99a8.tar.gz |
Restoring authorship annotation for <matshch@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/tools')
-rw-r--r-- | contrib/tools/python/src/config_init.c | 2 | ||||
-rw-r--r-- | contrib/tools/python/src/config_map.c | 2 | ||||
-rw-r--r-- | contrib/tools/python3/src/Modules/_decimal/libmpdec/mpdecimal.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/tools/python/src/config_init.c b/contrib/tools/python/src/config_init.c index 90e630da2d..2fa47000b8 100644 --- a/contrib/tools/python/src/config_init.c +++ b/contrib/tools/python/src/config_init.c @@ -87,6 +87,6 @@ extern void init_subprocess(void); extern void init_winreg(void); #endif -#if !defined(_CYGWIN_) +#if !defined(_CYGWIN_) extern void init_ctypes(void); #endif diff --git a/contrib/tools/python/src/config_map.c b/contrib/tools/python/src/config_map.c index 0bf3adea73..6bfe125ddd 100644 --- a/contrib/tools/python/src/config_map.c +++ b/contrib/tools/python/src/config_map.c @@ -87,6 +87,6 @@ {"_winreg", init_winreg}, #endif -#if defined(_x86_) && !defined(_CYGWIN_) || defined(__powerpc__) || defined(__aarch64__) +#if defined(_x86_) && !defined(_CYGWIN_) || defined(__powerpc__) || defined(__aarch64__) {"_ctypes", init_ctypes}, #endif diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/mpdecimal.h b/contrib/tools/python3/src/Modules/_decimal/libmpdec/mpdecimal.h index e0bdfec961..f66f6e5920 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__) |