From: Guillermo J. Rozas Date: Thu, 20 Feb 1992 16:30:07 +0000 (+0000) Subject: Yet another mach fp bug on 386s. X-Git-Tag: 20090517-FFI~9665 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6084c356a6b64d27c98824edc3a90ebbd1c31da2;p=mit-scheme.git Yet another mach fp bug on 386s. --- diff --git a/v7/src/microcode/config.h b/v7/src/microcode/config.h index 1702bc18c..f4123b548 100644 --- a/v7/src/microcode/config.h +++ b/v7/src/microcode/config.h @@ -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 */