From 4f2fc4758c01b516e21d0fd332058fdc2347a821 Mon Sep 17 00:00:00 2001 From: Damien Doligez Date: Wed, 3 May 2000 15:26:17 +0000 Subject: MacOS: petits bugs git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3144 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- otherlibs/macosunix/macosunix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otherlibs/macosunix/macosunix.c') diff --git a/otherlibs/macosunix/macosunix.c b/otherlibs/macosunix/macosunix.c index a554886c9..ce40f5c3a 100644 --- a/otherlibs/macosunix/macosunix.c +++ b/otherlibs/macosunix/macosunix.c @@ -76,7 +76,7 @@ value unix_getpid (void) /* ML */ value unix_time (void) /* ML */ { - return copy_double (time (NULL) - 2082844800.); + return copy_double (time (NULL) /* - 2082844800. */); } value unix_times (void) /* ML */ -- cgit v1.2.3-70-g09d2