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