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_VALF.c | 2 +- src/math/HUGE_VALL.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/math/HUGE_VALF.c b/src/math/HUGE_VALF.c index 41ea0f3e..78b612cd 100644 --- a/src/math/HUGE_VALF.c +++ b/src/math/HUGE_VALF.c @@ -1,5 +1,5 @@ #include -#define HUGE_VALF /* TODO: massive positive float */ +#define HUGE_VALF 0.0 /* TODO: massive positive float */ /* STDC(199901) 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