summaryrefslogtreecommitdiff
path: root/src/complex/csqrt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/complex/csqrt.c')
-rw-r--r--src/complex/csqrt.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/complex/csqrt.c b/src/complex/csqrt.c
index d7f0b65c..81b3cc3f 100644
--- a/src/complex/csqrt.c
+++ b/src/complex/csqrt.c
@@ -1,3 +1,5 @@
+#if 0
+
# define TGSOURCE "complex/csqrt.c"
#include "_tgmath.h"
#include <complex.h>
@@ -68,3 +70,6 @@ STDC(199901)
LINK(m)
*/
+
+
+#endif