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