mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2ed596d2e6
a few tests.
13 lines
255 B
Plaintext
13 lines
255 B
Plaintext
--- Basic/Math/mconf.h.orig Sun May 23 10:53:29 1999
|
|
+++ Basic/Math/mconf.h Sun May 23 10:55:49 1999
|
|
@@ -75,7 +75,9 @@
|
|
#endif
|
|
#if defined __alpha
|
|
#include <float.h>
|
|
+#ifndef __FreeBSD__
|
|
#include <nan.h>
|
|
+#endif
|
|
#endif
|
|
#ifndef NANARG
|
|
#define NANARG
|