summaryrefslogtreecommitdiff
path: root/src/math/copysign.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/copysign.c')
-rw-r--r--src/math/copysign.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/math/copysign.c b/src/math/copysign.c
index 31675ad5..b4e93e11 100644
--- a/src/math/copysign.c
+++ b/src/math/copysign.c
@@ -1,5 +1,3 @@
-#if 0
-
# define TGSOURCE "copysign.c"
#include "_tgmath.h"
#include <math.h>
@@ -23,6 +21,3 @@ TYPE TGFN(copysign)(TYPE x, TYPE y)
STDC(199901)
LINK(m)
*/
-
-
-#endif