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