summaryrefslogtreecommitdiff
path: root/math/meschach/patches/patch-ab
blob: 4675347697db09890e34408530371d7b6dd1545f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$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