X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=sbr%2Fdone.c;h=938fdb2d683d03db7d963aa5d3ffc1c67890d877;hb=c79c37f2b6e647212c36b63841a4628af01c774a;hp=cf2e3080ad668a39c81b1a546536fccad72e13b4;hpb=6c42153ad9362cc676ea66563bf400d7511b3b68;p=mmh diff --git a/sbr/done.c b/sbr/done.c index cf2e308..938fdb2 100644 --- a/sbr/done.c +++ b/sbr/done.c @@ -11,9 +11,4 @@ #include -int -done (int status) -{ - exit (status); - return 1; /* dead code to satisfy the compiler */ -} +void (*done) (int) = exit;