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