commit | a4f3131c07c1f601be1e24b2143ca7e2deea09b5 | [log] [tgz] |
---|---|---|
author | Erik Faye-Lund <kusmabite@googlemail.com> | Wed Sep 30 18:05:49 2009 +0000 |
committer | Jeff King <peff@peff.net> | Thu Oct 01 04:12:21 2009 -0400 |
tree | 2586a271cd7cd125af045dff2a741b5d7e7c6a23 | |
parent | 1be224ba6e99f0ab34c998d7fa8023b76a15c8b6 [diff] |
increase portability of NORETURN declarations Some compilers (including at least MSVC) support NORETURN on function declarations, but only before the function-name. This patch makes it possible to define NORETURN to something meaningful for those compilers. Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com> Signed-off-by: Jeff King <peff@peff.net>