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