]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libf2c/libF77/d_tanh.c
Imported gcc-4.4.3
[msp430-gcc.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 92a02d4..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#include "f2c.h"
-
-#ifdef KR_headers
-double tanh();
-double d_tanh(x) doublereal *x;
-#else
-#undef abs
-#include <math.h>
-double d_tanh(doublereal *x)
-#endif
-{
-return( tanh(*x) );
-}