mirror of
https://github.com/jarun/nnn.git
synced 2024-11-17 16:39:14 +00:00
29a5992dee
nnn source code already uses C11, which introduced `_Alignas` [^0] as a standardized alternative to __attribute__((aligned)). there are no other usage of `__attribute__` in the nnn source code, so in theory this should make things more portable across compilers. also removes an unnecessary usage of `alloca()` with an aligned constant sized buffer instead. [^0]: https://en.cppreference.com/w/c/language/_Alignas |
||
---|---|---|
.. | ||
.clang-tidy | ||
dbg.h | ||
icons-hash.c | ||
icons-in-terminal.h | ||
icons.h | ||
nnn.c | ||
nnn.h | ||
qsort.h |