summaryrefslogtreecommitdiff
path: root/src/math/copysign.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2024-01-31 00:10:16 -0500
committerJakob Kaivo <jkk@ung.org>2024-01-31 00:10:16 -0500
commit54c81c3b7f90a576135c46ded5328e6b34ad1deb (patch)
tree2a3040d241188a1eb84abe000b0bb2f48530e5ef /src/math/copysign.c
parent1ed155971e7a2dbb84756255cb7474ff5c1c9b17 (diff)
remove extraneous #undef directives
Diffstat (limited to 'src/math/copysign.c')
-rw-r--r--src/math/copysign.c2
1 files changed, 0 insertions, 2 deletions
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 <math.h>
-#undef copysign
-
TYPE TGFN(copysign)(TYPE x, TYPE y)
{
SIGNAL_SAFE(0);