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