nnn/src
NRK 29a5992dee use standard C11 alignas
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
2022-08-11 11:31:35 +06:00
..
.clang-tidy Fix build break 2022-06-28 23:17:23 +05:30
dbg.h Update copyright date 2022-01-22 16:02:51 +05:30
icons-hash.c icons-hash: comments and cleanups 2022-07-25 18:34:36 +06:00
icons-in-terminal.h Add nerdfont defs file and normalize vars (#722) 2020-09-14 22:09:52 +05:30
icons.h Add Elixir icon (#1437) 2022-07-25 19:40:00 +05:30
nnn.c use standard C11 alignas 2022-08-11 11:31:35 +06:00
nnn.h Key 'J' to jump to entry number or relative offset 2022-07-31 18:54:47 +05:30
qsort.h Add support for Alexey Tourbin's QSORT code (#708) 2020-08-21 08:15:45 +05:30