diff options
author | sch <sch@yandex-team.ru> | 2022-02-10 16:51:46 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:46 +0300 |
commit | 27480ab2fabbf6c70a5736cacf8eb6778f102f87 (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb | |
parent | 29c4d66b9400ba2d9e2d6683c76a21426db42125 (diff) | |
download | ydb-27480ab2fabbf6c70a5736cacf8eb6778f102f87.tar.gz |
Restoring authorship annotation for <sch@yandex-team.ru>. Commit 2 of 2.
-rw-r--r-- | util/system/defaults.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/defaults.h b/util/system/defaults.h index 5e3dc917cd8..dcd7abea38e 100644 --- a/util/system/defaults.h +++ b/util/system/defaults.h @@ -140,7 +140,7 @@ constexpr bool Y_IS_DEBUG_BUILD = true; #define Y_CAT(X, Y) Y_CAT_I(X, Y) #define Y_CAT_I(X, Y) Y_CAT_II(X, Y) #define Y_CAT_II(X, Y) X##Y - + #define Y_STRINGIZE(X) UTIL_PRIVATE_STRINGIZE_AUX(X) #define UTIL_PRIVATE_STRINGIZE_AUX(X) #X |