From: Mark Wooding Date: Thu, 24 Apr 2025 19:59:26 +0000 (+0100) Subject: @@@ utils/t/fltfmt-test.c: Use correct constant name `INFINITY'. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/commitdiff_plain/e82eb4b16c632551930ca8bfb2b4e2e58c1ee16a?ds=sidebyside @@@ utils/t/fltfmt-test.c: Use correct constant name `INFINITY'. --- diff --git a/utils/t/fltfmt-test.c b/utils/t/fltfmt-test.c index 9ed7c68..bc99c6b 100644 --- a/utils/t/fltfmt-test.c +++ b/utils/t/fltfmt-test.c @@ -422,7 +422,7 @@ static void setup_assume(struct tvec_state *tv, const struct tvec_env *env, default: actx->af = 0; if (NEGP(-0.0)) actx->af |= AF_NEGZ; -#ifdef INF +#ifdef INFINITY actx->af |= AF_INF; #endif #ifdef NAN