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