bind9/lib/isc/include
Ondřej Surý 07022525ff Replace ISC_NORETURN with C11's noreturn
C11 has builtin support for _Noreturn function specifier with
convenience noreturn macro defined in <stdnoreturn.h> header.

Replace ISC_NORETURN macro by C11 noreturn with fallback to
__attribute__((noreturn)) if the C11 support is not complete.

(cherry picked from commit 04d0b70ba2)
2022-03-25 08:42:18 +01:00
..
isc Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:42:18 +01:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00