declared errno
authorceriel <none@none>
Tue, 26 Jul 1988 13:04:24 +0000 (13:04 +0000)
committerceriel <none@none>
Tue, 26 Jul 1988 13:04:24 +0000 (13:04 +0000)
lang/cem/libcc/math/gamma.c
lang/cem/libcc/math/j0.c
lang/cem/libcc/math/j1.c
lang/cem/libcc/math/jn.c

index 577a6a3..0251e6d 100644 (file)
@@ -10,6 +10,8 @@
 #include <math.h>
 #include <errno.h>
 
+extern int errno;
+
 static double
 smallpos_gamma(x)
        double x;
index 3cf93c6..b87b2ab 100644 (file)
@@ -10,6 +10,7 @@
 #include <math.h>
 #include <errno.h>
 
+extern int errno;
 
 static double
 P0(x)
index 71fab5a..465bb55 100644 (file)
@@ -10,6 +10,7 @@
 #include <math.h>
 #include <errno.h>
 
+extern int errno;
 
 static double
 P1(x)
index d1c60f4..e817d5b 100644 (file)
@@ -10,6 +10,8 @@
 #include <math.h>
 #include <errno.h>
 
+extern int errno;
+
 double
 yn(n, x)
        double x;