diff options
Diffstat (limited to 'src/math/asin.c')
-rw-r--r-- | src/math/asin.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/math/asin.c b/src/math/asin.c index 5a6ca259..fc42f7f8 100644 --- a/src/math/asin.c +++ b/src/math/asin.c @@ -1,3 +1,5 @@ +#if 0 + # define TGSOURCE "asin.c" #include <errno.h> #include <math.h> @@ -36,3 +38,6 @@ IMPLEMENTATION(The value returned on a domain error, CONSTANT(HUGE_VAL)) LINK(m) STDC(1) */ + + +#endif |