Yet another mach fp bug on 386s.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 20 Feb 1992 16:30:07 +0000 (16:30 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 20 Feb 1992 16:30:07 +0000 (16:30 +0000)
v7/src/microcode/config.h

index 1702bc18c225953b2bfbc1ff65108a3fc3ad33e2..f4123b5483ea7ec84abfc3b80f86535ec301ee60 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/config.h,v 9.67 1992/02/19 18:46:18 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/config.h,v 9.68 1992/02/20 16:30:07 jinx Exp $
 
 Copyright (c) 1987-1992 Massachusetts Institute of Technology
 
@@ -381,8 +381,8 @@ typedef unsigned long SCHEME_OBJECT;
 #ifndef _MACH_UNIX
 /* Bug in Mach 3.0 for 386s floating point library. */
 #  define HAS_FLOOR
+#  define HAS_FREXP
 #endif
-#define HAS_FREXP
 
 #endif /* i386 */
 \f