Files
nethack/sys
nhmall 4b04b1e6ac expand support for noreturn declarations
Although gcc specifies support for declaring a function as
noreturn after the function name and parameters, other compilers
do so via an attribute at the start of the declaration. Add some
macro support for the attribute-at-the-beginning method:
  o MS Visual Studio compiler
  o Upcoming C23 standard (untested at this point)
2022-11-24 00:51:42 -05:00
..
2022-10-29 10:54:25 -04:00
2022-11-19 00:49:11 -08:00
2022-11-23 13:11:14 -08:00