diff options
Diffstat (limited to 'src/math/copysign.c')
| -rw-r--r-- | src/math/copysign.c | 2 |
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); |
