summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/math/HUGE_VALF.c2
-rw-r--r--src/math/HUGE_VALL.c2
2 files changed, 2 insertions, 2 deletions
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 <math.h>
-#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 <math.h>
-#define HUGE_VALL /* TODO: massive positive long double */
+#define HUGE_VALL 0.0 /* TODO: massive positive long double */
/*
STDC(199901)