ifdef vax||tahoe...
authorZhishun Alex Liu <zliu@ucbvax.Berkeley.EDU>
Sun, 19 Jul 1987 03:13:15 +0000 (19:13 -0800)
committerZhishun Alex Liu <zliu@ucbvax.Berkeley.EDU>
Sun, 19 Jul 1987 03:13:15 +0000 (19:13 -0800)
SCCS-vsn: lib/libm/common_source/math.h 1.3

usr/src/lib/libm/common_source/math.h

index 140c89d..7055a1f 100644 (file)
@@ -1,4 +1,4 @@
-/*     math.h  4.6     9/11/85; 1.2 (ucb.elefunt) %G% */
+/*     math.h  4.6     9/11/85; 1.3 (ucb.elefunt) %G% */
 
 extern double asinh(), acosh(), atanh();
 extern double erf(), erfc();
 
 extern double asinh(), acosh(), atanh();
 extern double erf(), erfc();
@@ -8,9 +8,9 @@ extern double lgamma();
 extern double hypot(), cabs();
 extern double copysign(), drem(), logb(), scalb();
 extern int finite();
 extern double hypot(), cabs();
 extern double copysign(), drem(), logb(), scalb();
 extern int finite();
-#ifdef vax
+#if defined(vax)||defined(tahoe)
 extern double infnan();
 extern double infnan();
-#endif
+#endif /* defined(vax)||defined(tahoe) */
 extern double j0(), j1(), jn(), y0(), y1(), yn();
 extern double sin(), cos(), tan(), asin(), acos(), atan(), atan2();
 extern double sinh(), cosh(), tanh();
 extern double j0(), j1(), jn(), y0(), y1(), yn();
 extern double sin(), cos(), tan(), asin(), acos(), atan(), atan2();
 extern double sinh(), cosh(), tanh();