X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fdone.c;h=3545d1088f3cabb5bbdfa5af57fe96f55d323766;hb=cde17f8d38bf9306df4706ac2acb528a2a686a29;hp=938fdb2d683d03db7d963aa5d3ffc1c67890d877;hpb=38615191e71744b066425e0c44412b62dbe49cc2;p=mmh diff --git a/sbr/done.c b/sbr/done.c index 938fdb2..3545d10 100644 --- a/sbr/done.c +++ b/sbr/done.c @@ -1,14 +1,11 @@ - /* - * 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. - */ +** done.c -- terminate the program +** +** 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. +*/ #include -void (*done) (int) = exit; +void (*done) (int) NORETURN = exit;