diff options
Diffstat (limited to 'runtime/doc/dev_style.txt')
-rw-r--r-- | runtime/doc/dev_style.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/runtime/doc/dev_style.txt b/runtime/doc/dev_style.txt index 32f7279704..97d5ebdb52 100644 --- a/runtime/doc/dev_style.txt +++ b/runtime/doc/dev_style.txt @@ -64,9 +64,8 @@ Symbols: - `extern` variables (including the `EXTERN` macro) Non-symbols: - - macros, i.e. `#define`. - - static inline functions, but only if its function declaration has a - `REAL_FATTR_ALWAYS_INLINE` attribute. + - macros, i.e. `#define` + - static inline functions with the `FUNC_ATTR_ALWAYS_INLINE` attribute - typedefs - structs - enums |