diff options
author | orivej <orivej@yandex-team.ru> | 2022-02-10 16:44:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:44:49 +0300 |
commit | 718c552901d703c502ccbefdfc3c9028d608b947 (patch) | |
tree | 46534a98bbefcd7b1f3faa5b52c138ab27db75b7 /contrib/libs/xz | |
parent | e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (diff) | |
download | ydb-718c552901d703c502ccbefdfc3c9028d608b947.tar.gz |
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 1 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 290c5b1c1f..2691d80707 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 7df8747873..72201256d1 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_) |