diff options
author | orivej <orivej@yandex-team.ru> | 2022-02-10 16:45:01 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:01 +0300 |
commit | 2d37894b1b037cf24231090eda8589bbb44fb6fc (patch) | |
tree | be835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/libs/xz | |
parent | 718c552901d703c502ccbefdfc3c9028d608b947 (diff) | |
download | ydb-2d37894b1b037cf24231090eda8589bbb44fb6fc.tar.gz |
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/xz')
-rw-r--r-- | contrib/libs/xz/common/config-darwin.h | 4 | ||||
-rw-r--r-- | contrib/libs/xz/common/config.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/contrib/libs/xz/common/config-darwin.h b/contrib/libs/xz/common/config-darwin.h index 2691d80707..290c5b1c1f 100644 --- a/contrib/libs/xz/common/config-darwin.h +++ b/contrib/libs/xz/common/config-darwin.h @@ -155,9 +155,9 @@ /* #undef HAVE_ICONV */ /* Define to 1 if you have the <immintrin.h> header file. */ -#if defined(__i386__) || defined(__x86_64__) +#if defined(__i386__) || defined(__x86_64__) #define HAVE_IMMINTRIN_H 1 -#endif +#endif /* Define to 1 if you have the <inttypes.h> header file. */ #define HAVE_INTTYPES_H 1 diff --git a/contrib/libs/xz/common/config.h b/contrib/libs/xz/common/config.h index 72201256d1..7df8747873 100644 --- a/contrib/libs/xz/common/config.h +++ b/contrib/libs/xz/common/config.h @@ -5,8 +5,8 @@ #if defined(_android_) # if defined(_i386_) # include "config-android-i386.h" -# elif defined(_x86_64_) -# include "config-linux.h" +# elif defined(_x86_64_) +# include "config-linux.h" # elif defined(_arm32_) # include "config-android-arm32.h" # elif defined(_arm64_) |