X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=libf2c%2FlibF77%2Fd_atan.c;fp=libf2c%2FlibF77%2Fd_atan.c;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=caea4a406e0b9b0e94cddd0eec71f7f8a60ac786;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/libf2c/libF77/d_atan.c b/libf2c/libF77/d_atan.c deleted file mode 100644 index caea4a40..00000000 --- a/libf2c/libF77/d_atan.c +++ /dev/null @@ -1,13 +0,0 @@ -#include "f2c.h" - -#ifdef KR_headers -double atan(); -double d_atan(x) doublereal *x; -#else -#undef abs -#include -double d_atan(doublereal *x) -#endif -{ -return( atan(*x) ); -}