diff options
author | fedorenko <fedorenko@yandex-team.ru> | 2022-02-10 16:47:09 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:09 +0300 |
commit | 676340c42e269f3070f194d160f42a83a10568d4 (patch) | |
tree | b83306b6e37edeea782e9eed673d89286c4fef35 | |
parent | f91848371396ab920d54f1ecf10230b1d6a0fcec (diff) | |
download | ydb-676340c42e269f3070f194d160f42a83a10568d4.tar.gz |
Restoring authorship annotation for <fedorenko@yandex-team.ru>. Commit 2 of 2.
-rw-r--r-- | contrib/libs/ya.make | 2 | ||||
-rw-r--r-- | contrib/tools/python/src/Include/pyport.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libs/ya.make b/contrib/libs/ya.make index 99218c3155..9c4640fdcf 100644 --- a/contrib/libs/ya.make +++ b/contrib/libs/ya.make @@ -186,7 +186,7 @@ RECURSE( libssh2 libtapi libtess2 - libtiff + libtiff libunistring libunwind liburing diff --git a/contrib/tools/python/src/Include/pyport.h b/contrib/tools/python/src/Include/pyport.h index 2d06486ffb..ad2ff5929a 100644 --- a/contrib/tools/python/src/Include/pyport.h +++ b/contrib/tools/python/src/Include/pyport.h @@ -714,7 +714,7 @@ extern int fdatasync(int); #endif #ifdef _PY_PORT_CTYPE_UTF8_ISSUE -#ifndef __cplusplus +#ifndef __cplusplus /* The workaround below is unsafe in C++ because * the <locale> defines these symbols as real functions, * with a slightly different signature. @@ -737,7 +737,7 @@ extern int fdatasync(int); #undef toupper #define toupper(c) towupper(btowc(c)) #endif -#endif +#endif /* Declarations for symbol visibility. |