diff options
| -rw-r--r-- | src/math/copysign.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/math/copysign.c b/src/math/copysign.c index b4e93e11..8e8dc8fb 100644 --- a/src/math/copysign.c +++ b/src/math/copysign.c @@ -1,6 +1,7 @@ # define TGSOURCE "copysign.c" -#include "_tgmath.h" #include <math.h> +#include "_tgmath.h" +#undef copysign TYPE TGFN(copysign)(TYPE x, TYPE y) { |
