From 1c1867decf8cdf4b2a37fa78a8b74808536c8a98 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 14 Jun 1995 22:58:19 +0000 Subject: [PATCH] Linux `frexp' losing -- comment it out. --- v7/src/microcode/config.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/v7/src/microcode/config.h b/v7/src/microcode/config.h index 843c40e2b..313229e93 100644 --- a/v7/src/microcode/config.h +++ b/v7/src/microcode/config.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: config.h,v 9.87 1995/03/08 21:36:54 cph Exp $ +$Id: config.h,v 9.88 1995/06/14 22:58:19 cph Exp $ Copyright (c) 1987-95 Massachusetts Institute of Technology @@ -414,8 +414,9 @@ typedef unsigned long SCHEME_OBJECT; but we don't know about other 386 systems. */ -/* Bug in Mach 3.0 for 386s floating point library. */ -#ifndef _MACH_UNIX +/* Bug in Mach 3.0 for 386s floating point library, and for linux + 1.2.9 running GCC 2.6.3. */ +#if !(defined(_MACH_UNIX) || defined(__linux)) # define HAS_FLOOR # define HAS_FREXP # define HAS_MODF -- 2.25.1