diff options
author | tejblum <tejblum@yandex-team.ru> | 2022-02-10 16:48:02 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:02 +0300 |
commit | 6ab7e5f5ada0643a48d393717f443bd548706ffc (patch) | |
tree | b222e5ac2e2e98872661c51ccceee5da0d291e13 /util/system/defaults.h | |
parent | 2bf39531b4f50b889e946ac4866018678a4fb281 (diff) | |
download | ydb-6ab7e5f5ada0643a48d393717f443bd548706ffc.tar.gz |
Restoring authorship annotation for <tejblum@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/defaults.h')
-rw-r--r-- | util/system/defaults.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/util/system/defaults.h b/util/system/defaults.h index 84c4580b02c..dcd7abea38e 100644 --- a/util/system/defaults.h +++ b/util/system/defaults.h @@ -1,7 +1,7 @@ #pragma once - + #include "platform.h" - + #if defined _unix_ #define LOCSLASH_C '/' #define LOCSLASH_S "/" @@ -58,12 +58,12 @@ #if defined(__GNUC__) #define alias_hack __attribute__((__may_alias__)) -#endif - -#ifndef alias_hack +#endif + +#ifndef alias_hack #define alias_hack -#endif - +#endif + #include "types.h" #if defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L) @@ -80,7 +80,7 @@ #elif defined(_sun_) #include <alloca.h> #endif - + #ifdef NDEBUG #define Y_IF_DEBUG(X) #ifdef __cplusplus |