From a8c339434e40d187c7ec1354982e741d7bc5d40b Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 10 Feb 2019 13:05:16 -0500 Subject: add temporary value so compilation finishes --- src/math/HUGE_VALL.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/math/HUGE_VALL.c') diff --git a/src/math/HUGE_VALL.c b/src/math/HUGE_VALL.c index 7745a373..f82c9b5a 100644 --- a/src/math/HUGE_VALL.c +++ b/src/math/HUGE_VALL.c @@ -1,5 +1,5 @@ #include -#define HUGE_VALL /* TODO: massive positive long double */ +#define HUGE_VALL 0.0 /* TODO: massive positive long double */ /* STDC(199901) -- cgit v1.2.1