diff options
Diffstat (limited to 'libf2c/libF77/h_len.c')
-rw-r--r-- | libf2c/libF77/h_len.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libf2c/libF77/h_len.c b/libf2c/libF77/h_len.c index 00a2151..8c63116 100644 --- a/libf2c/libF77/h_len.c +++ b/libf2c/libF77/h_len.c @@ -1,10 +1,6 @@ #include "f2c.h" -#ifdef KR_headers -shortint h_len(s, n) char *s; ftnlen n; -#else shortint h_len(char *s, ftnlen n) -#endif { return(n); } |