diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2019-03-13 18:29:18 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2019-03-13 18:29:18 +0000 |
commit | f71645a33de1fd3613e7f15842ede47c7492d79e (patch) | |
tree | e06331665f2ce8df37149f6cc6b29369cf941d84 /tbl_term.c | |
parent | 42b47b2c3ba1a93eb0d533fafeb94e04c29e504d (diff) | |
download | mandoc-f71645a33de1fd3613e7f15842ede47c7492d79e.tar.gz |
Contrary to what the NetBSD attribute(3) manual page suggests,
using __dead instead of __attribute__((__noreturn__)) actually
hinders portability rather than helping it.
Given that mandoc already uses __attribute__ in several files
and that in the portable version, ./configure already contains
rudimentary support for ignoring it on platforms that do not
support it, use __attribute__ directly.
This is expected to fix build failures that Stephen Gregoratto
<dev at sgregoratto dot me> reported from Arch and Debian Linux.
Diffstat (limited to 'tbl_term.c')
0 files changed, 0 insertions, 0 deletions