summaryrefslogtreecommitdiffstats
path: root/contrib/libf2c/libU77/time_.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libf2c/libU77/time_.c')
-rw-r--r--contrib/libf2c/libU77/time_.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/contrib/libf2c/libU77/time_.c b/contrib/libf2c/libU77/time_.c
index 73894b0..2eb8a41 100644
--- a/contrib/libf2c/libU77/time_.c
+++ b/contrib/libf2c/libU77/time_.c
@@ -35,11 +35,8 @@ Boston, MA 02111-1307, USA. */
/* As well as this external function some compilers have an intrinsic
subroutine which fills a character argument (which is the VMS way)
-- caveat emptor. */
-#ifdef KR_headers
-longint G77_time_0 ()
-#else
-longint G77_time_0 (void)
-#endif
+longint
+G77_time_0 (void)
{
/* There are potential problems with the cast of the time_t here. */
return time (NULL);
OpenPOWER on IntegriCloud