From 3936acad08db85449c43705d57130dc86b5072e7 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 27 Aug 1991 08:57:28 +0000 Subject: [PATCH] Some minor mods --- lang/cem/libcc.ansi/math/frexp.e | 2 -- lang/cem/libcc.ansi/math/isnan.c | 2 +- lang/cem/libcc.ansi/math/modf.e | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/lang/cem/libcc.ansi/math/frexp.e b/lang/cem/libcc.ansi/math/frexp.e index 496dfa9d9..fa0a37231 100644 --- a/lang/cem/libcc.ansi/math/frexp.e +++ b/lang/cem/libcc.ansi/math/frexp.e @@ -6,7 +6,6 @@ /* $Header$ */ mes 2,_EM_WSIZE,_EM_PSIZE -#ifndef NOFLOAT exp $frexp pro $frexp,0 lal 0 @@ -17,4 +16,3 @@ sti _EM_WSIZE ret _EM_DSIZE end -#endif diff --git a/lang/cem/libcc.ansi/math/isnan.c b/lang/cem/libcc.ansi/math/isnan.c index 21497a9cd..b64c6d905 100644 --- a/lang/cem/libcc.ansi/math/isnan.c +++ b/lang/cem/libcc.ansi/math/isnan.c @@ -1,6 +1,6 @@ __IsNan(double d) { -#if defined(vax) || defined(pdp) +#if defined(__vax) || defined(__pdp) #else float f = d; diff --git a/lang/cem/libcc.ansi/math/modf.e b/lang/cem/libcc.ansi/math/modf.e index 51acd8e13..c61e0ace8 100644 --- a/lang/cem/libcc.ansi/math/modf.e +++ b/lang/cem/libcc.ansi/math/modf.e @@ -6,7 +6,6 @@ /* $Header$ */ mes 2,_EM_WSIZE,_EM_PSIZE -#ifndef NOFLOAT exp $modf pro $modf,0 lal 0 @@ -21,4 +20,3 @@ sti _EM_DSIZE ret _EM_DSIZE end -#endif -- 2.34.1