aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python
diff options
context:
space:
mode:
authormatshch <matshch@yandex-team.ru>2022-02-10 16:48:20 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:20 +0300
commite3b2e3dbf769c74dd5f104623ae5bfad334e620c (patch)
tree9bd856ce314fec0548d82c34fef96752e552ef97 /contrib/tools/python
parent9ff71a8b1ce582cb08730cb11eb25839441317d1 (diff)
downloadydb-e3b2e3dbf769c74dd5f104623ae5bfad334e620c.tar.gz
Restoring authorship annotation for <matshch@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/tools/python')
-rw-r--r--contrib/tools/python/src/config_init.c2
-rw-r--r--contrib/tools/python/src/config_map.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tools/python/src/config_init.c b/contrib/tools/python/src/config_init.c
index 2fa47000b8..90e630da2d 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 6bfe125ddd..0bf3adea73 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