OSDN Git Service

2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
[pf3gnuchains/gcc-fork.git] / libf2c / libF77 / d_tanh.c
diff --git a/libf2c/libF77/d_tanh.c b/libf2c/libF77/d_tanh.c
deleted file mode 100644 (file)
index df81ea0..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#include "f2c.h"
-
-#undef abs
-#include <math.h>
-double
-d_tanh (doublereal * x)
-{
-  return (tanh (*x));
-}