diff options
Diffstat (limited to 'gnu/lib/libf2c/libU77/ctime_.c')
-rw-r--r-- | gnu/lib/libf2c/libU77/ctime_.c | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/gnu/lib/libf2c/libU77/ctime_.c b/gnu/lib/libf2c/libU77/ctime_.c index a855cb59539..56e660562b7 100644 --- a/gnu/lib/libf2c/libU77/ctime_.c +++ b/gnu/lib/libf2c/libU77/ctime_.c @@ -39,16 +39,9 @@ Boston, MA 02111-1307, USA. */ /* may need sys/time.h & long arg for stime (bsd, svr1-3) */ -#ifdef KR_headers -/* Character */ void G77_ctime_0 (chtime, Lchtime, xstime) - char *chtime; - longint * xstime; - ftnlen Lchtime; -#else -/* Character */ void G77_ctime_0 (char *chtime, const ftnlen Lchtime, longint * xstime) -#endif +/* Character */ void +G77_ctime_0 (char *chtime, const ftnlen Lchtime, longint * xstime) { - int i, l; int s_copy (); time_t stime = *xstime; |