From 3f6a493b87dcfb9b49e22313fd5f7c321c3f77d1 Mon Sep 17 00:00:00 2001 From: Damien Doligez Date: Wed, 5 Apr 2000 18:30:22 +0000 Subject: MacOS: ajout macosunix; portage bigarray et systhreads; tabs git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3042 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- otherlibs/unix/errmsg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otherlibs/unix/errmsg.c') diff --git a/otherlibs/unix/errmsg.c b/otherlibs/unix/errmsg.c index cf1930ff8..65d51a725 100644 --- a/otherlibs/unix/errmsg.c +++ b/otherlibs/unix/errmsg.c @@ -22,7 +22,7 @@ extern int error_table[]; extern char * strerror(int); -value unix_error_message(value err) +value unix_error_message(value err) /* ML */ { int errnum; errnum = Is_block(err) ? Int_val(Field(err, 0)) : error_table[Int_val(err)]; -- cgit v1.2.3-70-g09d2