]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libf2c/libF77/erf_.c
Imported gcc-4.4.3
[msp430-gcc.git] / libf2c / libF77 / erf_.c
diff --git a/libf2c/libF77/erf_.c b/libf2c/libF77/erf_.c
deleted file mode 100644 (file)
index 1ba4350..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#include "f2c.h"
-
-#ifdef KR_headers
-double erf();
-double G77_erf_0 (x) real *x;
-#else
-extern double erf(double);
-double G77_erf_0 (real *x)
-#endif
-{
-return( erf(*x) );
-}