blob: fe97bf39b0de4d270432c37849a8c177a2540bf4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1 2006/02/07 13:28:08 drochner Exp $
--- Src/libnumarraymodule.c.orig 2006-02-07 14:10:21.000000000 +0100
+++ Src/libnumarraymodule.c
@@ -1918,7 +1918,7 @@ NA_checkFPErrors(void)
/* Solaris --------------------------------------------------------*/
/* --------ignoring SunOS ieee_flags approach, someone else can
** deal with that! */
-#elif defined(sun)
+#elif defined(sun) || defined(__NetBSD__)
#include <ieeefp.h>
static int
|