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