pkgsrc/math/meschach/patches/patch-ab

18 lines
306 B
Text

$NetBSD: patch-ab,v 1.2 2001/02/25 21:40:23 jtb Exp $
--- machine.h.in.orig Sun Feb 25 21:22:48 2001
+++ machine.h.in
@@ -211,11 +211,13 @@
#endif
/* for non-ANSI systems */
+#ifndef ANSI_C
#ifndef HUGE_VAL
#define HUGE_VAL HUGE
#else
#ifndef HUGE
#define HUGE HUGE_VAL
+#endif
#endif
#endif