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