summaryrefslogtreecommitdiff
path: root/src/math/asinh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/asinh.c')
-rw-r--r--src/math/asinh.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/math/asinh.c b/src/math/asinh.c
index 9f4589e6..c2e6b640 100644
--- a/src/math/asinh.c
+++ b/src/math/asinh.c
@@ -1,3 +1,5 @@
+#if 0
+
# define TGSOURCE "asinh.c"
#include "_tgmath.h"
#include <math.h>
@@ -18,3 +20,6 @@ STDC(199901)
XOPEN(400)
LINK(m)
*/
+
+
+#endif