xz/src/xzdec
Lasse Collin 217958d887 xz, xzdec, lzmainfo: Use tuklib_attr_noreturn.
For compatibility with C23's [[noreturn]], tuklib_attr_noreturn
must be at the beginning of declaration (before "extern" or
"static", and even before any GNU C's __attribute__).

This commit also moves all other function attributes to
the beginning of function declarations. "extern" is kept
at the beginning of a line so the attributes are listed on
separate lines before "extern" or "static".
2023-09-22 20:06:27 +03:00
..
Makefile.am Build: Add support for translated man pages using po4a. 2020-02-07 15:32:21 +02:00
lzmadec_w32res.rc Add missing public domain notice to lzmadec_w32res.rc. 2010-10-09 12:57:25 +03:00
xzdec.1 Update the home page URLs to HTTPS. 2017-04-19 22:17:35 +03:00
xzdec.c xz, xzdec, lzmainfo: Use tuklib_attr_noreturn. 2023-09-22 20:06:27 +03:00
xzdec_w32res.rc Collection of language fixes to comments and docs. 2010-02-12 13:16:15 +02:00