mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-12 05:25:34 +02:00
11 lines
237 B
Diff
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. */
|