diff options
author | breakneck <[email protected]> | 2022-02-10 16:47:58 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:58 +0300 |
commit | e2021f9a0e54d13b7c48796318b13b66dc625e74 (patch) | |
tree | 5aed1691033eaf399ab80a10a137238922035fa8 /util/system/compiler.h | |
parent | 83602b1b564b92a80a1526d113fa2846661dd10e (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/system/compiler.h')
-rw-r--r-- | util/system/compiler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/compiler.h b/util/system/compiler.h index b373edcc466..02700b16595 100644 --- a/util/system/compiler.h +++ b/util/system/compiler.h @@ -84,12 +84,12 @@ #endif /** - * @def Y_FORCE_INLINE + * @def Y_FORCE_INLINE * * Macro to use in place of 'inline' in function declaration/definition to force * it to be inlined. */ -#if !defined(Y_FORCE_INLINE) +#if !defined(Y_FORCE_INLINE) #if defined(CLANG_COVERAGE) #/* excessive __always_inline__ might significantly slow down compilation of an instrumented unit */ #define Y_FORCE_INLINE inline |