diff options
Diffstat (limited to 'libf2c/libF77/erf_.c')
-rw-r--r-- | libf2c/libF77/erf_.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libf2c/libF77/erf_.c b/libf2c/libF77/erf_.c index 1ba4350ad05..e8a90edacf4 100644 --- a/libf2c/libF77/erf_.c +++ b/libf2c/libF77/erf_.c @@ -1,12 +1,7 @@ #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) ); } |