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