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