Displaying 1 result from an estimated 1 matches for "mathlib_private".
2001 Mar 07
0
src/main/arithmetic.c on OpenBSD (PR#863)
...7:38 2001
@@ -22,7 +22,9 @@
#include <config.h>
#endif
-#include "Defn.h" /*-> Arith.h */
+#define __LIBM_PRIVATE /* OpenBSD -> for definition of "struct exception" */
+#include "Defn.h" /*-> Arith.h -> math.h */
+#undef __LIBM_PRIVATE
#define MATHLIB_PRIVATE
#include <Rmath.h>
#undef MATHLIB_PRIVATE
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body&qu...