Description: Use DBL_MAX instead of MAXDOUBLE
Author: Simon Richter <sjr@debian.org>
Bug-Debian: https://bugs.debian.org/891292
Forwarded: no
Last-Update: 2018-03-06

--- sisl-4.6.0.orig/include/sislP.h
+++ sisl-4.6.0/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.  */
