diff options
Diffstat (limited to 'libf2c/libF77/pow_hh.c')
-rw-r--r-- | libf2c/libF77/pow_hh.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libf2c/libF77/pow_hh.c b/libf2c/libF77/pow_hh.c index 24a019734da..d734720ef51 100644 --- a/libf2c/libF77/pow_hh.c +++ b/libf2c/libF77/pow_hh.c @@ -1,10 +1,6 @@ #include "f2c.h" -#ifdef KR_headers -shortint pow_hh(ap, bp) shortint *ap, *bp; -#else shortint pow_hh(shortint *ap, shortint *bp) -#endif { shortint pow, x, n; unsigned u; |