diff options
author | matshch <matshch@yandex-team.ru> | 2022-02-10 16:48:20 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:20 +0300 |
commit | e3b2e3dbf769c74dd5f104623ae5bfad334e620c (patch) | |
tree | 9bd856ce314fec0548d82c34fef96752e552ef97 /contrib/tools/python3/src | |
parent | 9ff71a8b1ce582cb08730cb11eb25839441317d1 (diff) | |
download | ydb-e3b2e3dbf769c74dd5f104623ae5bfad334e620c.tar.gz |
Restoring authorship annotation for <matshch@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/tools/python3/src')
-rw-r--r-- | contrib/tools/python3/src/Modules/_decimal/libmpdec/mpdecimal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tools/python3/src/Modules/_decimal/libmpdec/mpdecimal.h b/contrib/tools/python3/src/Modules/_decimal/libmpdec/mpdecimal.h index f66f6e5920..e0bdfec961 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__) |