summaryrefslogtreecommitdiff
path: root/src/math/fabs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/fabs.c')
-rw-r--r--src/math/fabs.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/math/fabs.c b/src/math/fabs.c
index 5ee54286..b156d478 100644
--- a/src/math/fabs.c
+++ b/src/math/fabs.c
@@ -1,3 +1,5 @@
+#if 0
+
# define TGSOURCE "fabs.c"
#include <errno.h>
#include <math.h>
@@ -32,3 +34,6 @@ IMPLEMENTATION(The value returned on a domain error, CONSTANT(HUGE_VAL))
LINK(m)
STDC(1)
*/
+
+
+#endif