Revision a4f3131c07c1f601be1e24b2143ca7e2deea09b5 authored by Erik Faye-Lund on 30 September 2009, 18:05:49 UTC, committed by Jeff King on 01 October 2009, 08:12:21 UTC
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>
1 parent 1be224b
History
File Mode Size
sha1.c -rw-r--r-- 1.4 KB
sha1.h -rw-r--r-- 559 bytes
sha1ppc.S -rw-r--r-- 7.3 KB

back to top