summaryrefslogtreecommitdiffstats
path: root/contrib/libf2c/libU77/ctime_.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libf2c/libU77/ctime_.c')
-rw-r--r--contrib/libf2c/libU77/ctime_.c11
1 files changed, 2 insertions, 9 deletions
diff --git a/contrib/libf2c/libU77/ctime_.c b/contrib/libf2c/libU77/ctime_.c
index a855cb5..56e6605 100644
--- a/contrib/libf2c/libU77/ctime_.c
+++ b/contrib/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;
OpenPOWER on IntegriCloud