diff options
Diffstat (limited to 'libf2c/libF77/d_prod.c')
-rw-r--r-- | libf2c/libF77/d_prod.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libf2c/libF77/d_prod.c b/libf2c/libF77/d_prod.c index 3d4cef7835c..b39580fa502 100644 --- a/libf2c/libF77/d_prod.c +++ b/libf2c/libF77/d_prod.c @@ -1,10 +1,6 @@ #include "f2c.h" -#ifdef KR_headers -double d_prod(x,y) real *x, *y; -#else double d_prod(real *x, real *y) -#endif { return( (*x) * (*y) ); } |