diff options
Diffstat (limited to 'contrib/libf2c/libF77/erf_.c')
-rw-r--r-- | contrib/libf2c/libF77/erf_.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/libf2c/libF77/erf_.c b/contrib/libf2c/libF77/erf_.c deleted file mode 100644 index 1ba4350ad05c..000000000000 --- a/contrib/libf2c/libF77/erf_.c +++ /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) ); -} |