X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6c42153ad9362cc676ea66563bf400d7511b3b68..386656ec3d9a80184f380a77169dc0a16bad89d5:/sbr/done.c diff --git a/sbr/done.c b/sbr/done.c index cf2e3080..938fdb2d 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;