diff options
Diffstat (limited to 'src/complex/ctanh.c')
-rw-r--r-- | src/complex/ctanh.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/complex/ctanh.c b/src/complex/ctanh.c index 8077fb57..db18b9f2 100644 --- a/src/complex/ctanh.c +++ b/src/complex/ctanh.c @@ -1,3 +1,5 @@ +#if 0 + # define TGSOURCE "complex/ctanh.c" #include "_tgmath.h" #include <complex.h> @@ -77,3 +79,6 @@ STDC(199901) LINK(m) */ + + +#endif |