summaryrefslogtreecommitdiff
path: root/libf2c/libU77/gmtime_.c
diff options
context:
space:
mode:
Diffstat (limited to 'libf2c/libU77/gmtime_.c')
-rw-r--r--libf2c/libU77/gmtime_.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libf2c/libU77/gmtime_.c b/libf2c/libU77/gmtime_.c
index 8036b5aabe4..0c4e6a9c579 100644
--- a/libf2c/libU77/gmtime_.c
+++ b/libf2c/libU77/gmtime_.c
@@ -33,12 +33,7 @@ Boston, MA 02111-1307, USA. */
#endif
#include "f2c.h"
-#ifdef KR_headers
-/* Subroutine */ int G77_gmtime_0 (xstime, tarray)
- integer *xstime, tarray[9];
-#else
/* Subroutine */ int G77_gmtime_0 (const integer * xstime, integer tarray[9])
-#endif
{
struct tm *lt;
time_t stime = *xstime;