diff options
Diffstat (limited to 'src/math/ilogb.c')
-rw-r--r-- | src/math/ilogb.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/math/ilogb.c b/src/math/ilogb.c index 5d895b6d..8c24aecb 100644 --- a/src/math/ilogb.c +++ b/src/math/ilogb.c @@ -1,3 +1,5 @@ +#if 0 + # define TGSOURCE "ilogb.c" #include "_tgmath.h" #include <math.h> @@ -21,3 +23,6 @@ STDC(199901) XOPEN(400) LINK(m) */ + + +#endif |