diff options
Diffstat (limited to 'libf2c/libF77/h_indx.c')
-rw-r--r-- | libf2c/libF77/h_indx.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libf2c/libF77/h_indx.c b/libf2c/libF77/h_indx.c index a211cc7fa0f..a78c8733bdf 100644 --- a/libf2c/libF77/h_indx.c +++ b/libf2c/libF77/h_indx.c @@ -1,10 +1,6 @@ #include "f2c.h" -#ifdef KR_headers -shortint h_indx(a, b, la, lb) char *a, *b; ftnlen la, lb; -#else shortint h_indx(char *a, char *b, ftnlen la, ftnlen lb) -#endif { ftnlen i, n; char *s, *t, *bend; |