From 54c81c3b7f90a576135c46ded5328e6b34ad1deb Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 31 Jan 2024 00:10:16 -0500 Subject: remove extraneous #undef directives --- src/math/copysign.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/math') diff --git a/src/math/copysign.c b/src/math/copysign.c index 21ad6701..31675ad5 100644 --- a/src/math/copysign.c +++ b/src/math/copysign.c @@ -4,8 +4,6 @@ #include "_tgmath.h" #include -#undef copysign - TYPE TGFN(copysign)(TYPE x, TYPE y) { SIGNAL_SAFE(0); -- cgit v1.2.1