pkgsrc-wip/rlab/patches/patch-ac
2005-04-12 17:46:55 +00:00

22 lines
462 B
Text

$NetBSD: patch-ac,v 1.3 2005/04/12 17:47:07 airhead Exp $
--- fpe.c.orig 1999-12-17 17:01:06.000000000 +0100
+++ fpe.c
@@ -186,13 +186,16 @@ setup_fpe_handling ()
/*****************************************************************************/
#else /* HAVE_IEEE_HANDLER */
+#ifndef HAVE_FPSETMASK
+
void
setup_fpe_handling ()
{
; /* Do nothing */
}
+#endif /* HAVE_FPSETMASK */
-#endif
+#endif /* HAVE_IEEE_HANDLER */
#else /* SETUP_FPE */