summaryrefslogtreecommitdiff
path: root/math.c
diff options
context:
space:
mode:
Diffstat (limited to 'math.c')
-rw-r--r--math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math.c b/math.c
index 8db3d1e..b170c4d 100644
--- a/math.c
+++ b/math.c
@@ -40,7 +40,7 @@ void test_math_h(void)
test_double(floor(0.9), 0);
test_double(fmod(1, 1), 0);
- #if defined __STDC_VERSION__ && 19901 <= __STDC_VERSION__
+ #if defined __STDC_VERSION__ && 199901 <= __STDC_VERSION__
test_int_equals(signbit(ldm1), 1);
test_int_equals(signbit(dm1), 1);
test_int_equals(signbit(fm1), 1);