X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fdone.c;h=e4efff3a0afa02578e07326b71fa3236a5889521;hb=18017df38ebb626f6eed6f339641fd1298c326e7;hp=938fdb2d683d03db7d963aa5d3ffc1c67890d877;hpb=38615191e71744b066425e0c44412b62dbe49cc2;p=mmh diff --git a/sbr/done.c b/sbr/done.c index 938fdb2..e4efff3 100644 --- a/sbr/done.c +++ b/sbr/done.c @@ -1,9 +1,6 @@ - /* * done.c -- terminate the program * - * $Id$ - * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. @@ -11,4 +8,4 @@ #include -void (*done) (int) = exit; +void (*done) (int) NORETURN = exit;