void-packages/srcpkgs/sisl/patches/maxdouble.patch
2019-03-26 10:42:15 +01:00

11 lines
237 B
Diff

--- include/sislP.h.orig
+++ include/sislP.h
@@ -362,7 +362,7 @@ enum
#if defined(SISL_INTERNAL)
#ifndef HUGE
-#define HUGE MAXDOUBLE
+#define HUGE DBL_MAX
#endif
/* Storage classes. Used in space allocation. */