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