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