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 | 29c4d66b9400ba2d9e2d6683c76a21426db42125 (patch) | |
tree | 99c6274af9647b3c16ac720974f62e8049e49fc7 /util/system/defaults.h | |
parent | 23598255d43573098b90a7625f4942ad9f12d8fa (diff) | |
download | ydb-29c4d66b9400ba2d9e2d6683c76a21426db42125.tar.gz |
Restoring authorship annotation for <sch@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/defaults.h')
-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 dcd7abea38..5e3dc917cd 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 |