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