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