summaryrefslogtreecommitdiff
path: root/src/math/tgamma.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/tgamma.c')
-rw-r--r--src/math/tgamma.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/math/tgamma.c b/src/math/tgamma.c
index 547dd9bc..af5f38f4 100644
--- a/src/math/tgamma.c
+++ b/src/math/tgamma.c
@@ -1,3 +1,5 @@
+#if 0
+
# define TGSOURCE "tgamma.c"
#include "_tgmath.h"
#include <math.h>
@@ -29,3 +31,6 @@ TYPE TGFN(tgamma)(TYPE x)
STDC(199901)
LINK(m)
*/
+
+
+#endif