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