diff options
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; |