aboutsummaryrefslogtreecommitdiff
path: root/lang/gcl/files/patch-h_gclincl.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcl/files/patch-h_gclincl.h.in')
-rw-r--r--lang/gcl/files/patch-h_gclincl.h.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/lang/gcl/files/patch-h_gclincl.h.in b/lang/gcl/files/patch-h_gclincl.h.in
deleted file mode 100644
index cdee7b73b438..000000000000
--- a/lang/gcl/files/patch-h_gclincl.h.in
+++ /dev/null
@@ -1,17 +0,0 @@
---- h/gclincl.h.in.orig Wed Feb 26 15:26:41 2003
-+++ h/gclincl.h.in Mon Sep 15 17:18:53 2003
-@@ -119,7 +119,14 @@
- #include <ieeefp.h>
- #define ISNORMAL(a) (fpclass(a)>=FP_NZERO)
- #else
-+#define HAVE_FLOAT_H 1
-+#ifdef HAVE_FLOAT_H
-+#include <float.h>
-+#define ISNORMAL(a) \
-+ ((DBL_MIN<=(a) && (a)<=DBL_MAX) || (DBL_MIN<=(-a) && (-a)<=DBL_MAX))
-+#else
- #error "No isnormal found"
-+#endif
- #endif
- #endif
- #endif