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