summaryrefslogtreecommitdiff
path: root/src/math/fmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/fmod.c')
-rw-r--r--src/math/fmod.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/math/fmod.c b/src/math/fmod.c
index 102e48dc..66031e3b 100644
--- a/src/math/fmod.c
+++ b/src/math/fmod.c
@@ -1,5 +1,3 @@
-#if 0
-
# define TGSOURCE "fmod.c"
#include <errno.h>
#include <math.h>
@@ -51,6 +49,3 @@ IMPLEMENTATION(Whether ARGUMENT(y) being LITERAL(0) results in a domain error or
LINK(m)
STDC(1)
*/
-
-
-#endif