Fix build on -CURRENT.

PR:	48839
This commit is contained in:
Joe Marcus Clarke 2003-04-02 03:33:32 +00:00
parent f9362c7886
commit 2d7aa4336b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77936

View file

@ -0,0 +1,12 @@
--- src/libguppispecfns/const.c.orig Tue Apr 1 21:01:25 2003
+++ src/libguppispecfns/const.c Tue Apr 1 21:01:35 2003
@@ -96,7 +96,9 @@
#ifdef INFINITIES
double INFINITY = 1.0 / 0.0; /* 99e999; */
#else
+#ifndef INFINITY
double INFINITY = 1.79769313486231570815E308; /* 2**1024*(1-MACHEP) */
+#endif
#endif
#ifdef MINUSZERO