X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fdone.c;h=bcc258ccf104cdc136b6ab00ec0d53113a81c61c;hp=cf2e3080ad668a39c81b1a546536fccad72e13b4;hb=56a805299de35d8924969138aef4d0f1580daa6d;hpb=5c5dd3edc1081fa4bedec764e5e8cc44bc4fa5fd diff --git a/sbr/done.c b/sbr/done.c index cf2e308..bcc258c 100644 --- a/sbr/done.c +++ b/sbr/done.c @@ -11,8 +11,10 @@ #include +int (*done) (int) = default_done; + int -done (int status) +default_done (int status) { exit (status); return 1; /* dead code to satisfy the compiler */