X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fdone.c;h=938fdb2d683d03db7d963aa5d3ffc1c67890d877;hp=cf2e3080ad668a39c81b1a546536fccad72e13b4;hb=38615191e71744b066425e0c44412b62dbe49cc2;hpb=6c42153ad9362cc676ea66563bf400d7511b3b68 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;