]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libf2c/libF77/r_asin.c
Imported gcc-4.4.3
[msp430-gcc.git] / libf2c / libF77 / r_asin.c
diff --git a/libf2c/libF77/r_asin.c b/libf2c/libF77/r_asin.c
deleted file mode 100644 (file)
index 45ece4b..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#include "f2c.h"
-
-#ifdef KR_headers
-double asin();
-double r_asin(x) real *x;
-#else
-#undef abs
-#include <math.h>
-double r_asin(real *x)
-#endif
-{
-return( asin(*x) );
-}