diff options
Diffstat (limited to 'libf2c/libU77/fnum_.c')
-rw-r--r-- | libf2c/libU77/fnum_.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libf2c/libU77/fnum_.c b/libf2c/libU77/fnum_.c index 0a3ba013e06..cdd3399f43b 100644 --- a/libf2c/libU77/fnum_.c +++ b/libf2c/libU77/fnum_.c @@ -22,12 +22,7 @@ Boston, MA 02111-1307, USA. */ #include "f2c.h" #include "fio.h" -#ifdef KR_headers -integer G77_fnum_0 (lunit) - integer *lunit; -#else integer G77_fnum_0 (integer *lunit) -#endif { if (*lunit>=MXUNIT || *lunit<0) err(1,101,"fnum"); |