Some minor mods
authorceriel <none@none>
Tue, 27 Aug 1991 08:57:28 +0000 (08:57 +0000)
committerceriel <none@none>
Tue, 27 Aug 1991 08:57:28 +0000 (08:57 +0000)
lang/cem/libcc.ansi/math/frexp.e
lang/cem/libcc.ansi/math/isnan.c
lang/cem/libcc.ansi/math/modf.e

index 496dfa9..fa0a372 100644 (file)
@@ -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
index 21497a9..b64c6d9 100644 (file)
@@ -1,6 +1,6 @@
 __IsNan(double d)
 {
-#if defined(vax) || defined(pdp)
+#if defined(__vax) || defined(__pdp)
 #else
        float f = d;
 
index 51acd8e..c61e0ac 100644 (file)
@@ -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