From 6084c356a6b64d27c98824edc3a90ebbd1c31da2 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Thu, 20 Feb 1992 16:30:07 +0000 Subject: [PATCH] Yet another mach fp bug on 386s. --- v7/src/microcode/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.25.1