diff options
author | Damien Doligez <damien.doligez-inria.fr> | 1998-10-02 13:02:32 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 1998-10-02 13:02:32 +0000 |
commit | 1785aa4ef9afce6807d5d810687b376620618cf9 (patch) | |
tree | e11f59bd40aa82a9cff2f63de8ee9e9e27a619be /byterun/floats.c | |
parent | 89074600b8f8425a829f253a27580b5548fd8193 (diff) |
portage MacOS standalone: T=0
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2111 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/floats.c')
-rw-r--r-- | byterun/floats.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/byterun/floats.c b/byterun/floats.c index 63ef4e925..939b56d93 100644 --- a/byterun/floats.c +++ b/byterun/floats.c @@ -5,7 +5,7 @@ /* Xavier Leroy, projet Cristal, INRIA Rocquencourt */ /* */ /* Copyright 1996 Institut National de Recherche en Informatique et */ -/* Automatique. Distributed only by permission. */ +/* en Automatique. Distributed only by permission. */ /* */ /***********************************************************************/ @@ -189,7 +189,7 @@ value log10_float(value f) /* ML */ value modf_float(value f) /* ML */ { -#if macintosh +#if __MRC__ || __SC__ _float_eval frem; #else double frem; |