OSDN Git Service

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