1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/lang/mozart/files/patch-af
Oliver Lehmann 024c5436d9 update moazart to 1.2.5.20030212
PR:		54792
Submitted By:	Andy Hauser <andy-freebsd@splashground.de>
Approved By:	maintainer timeout (41 days)
2003-10-05 00:12:58 +00:00

14 lines
261 B
Plaintext

--- platform/emulator/libfd/std.cc Tue Aug 20 16:19:47 2002
+++ platform/emulator/libfd/std.cc Thu Jul 24 19:19:27 2003
@@ -44,7 +44,9 @@
#else
-#include <values.h>
+#include <limits.h>
+#include <float.h>
+#define DMAXPOWTWO DBL_MAX_EXP
#endif