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