summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/exit.c')
-rw-r--r--otherlibs/unix/exit.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/otherlibs/unix/exit.c b/otherlibs/unix/exit.c
index 8317ddbcd..aeb82c01f 100644
--- a/otherlibs/unix/exit.c
+++ b/otherlibs/unix/exit.c
@@ -14,8 +14,7 @@
#include <mlvalues.h>
#include "unixsupport.h"
-value unix_exit(n) /* ML */
- value n;
+value unix_exit(value n) /* ML */
{
_exit(Int_val(n));
return Val_unit; /* never reached, but suppress warnings */