OSDN Git Service

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