diff options
Diffstat (limited to 'libf2c/libU77/time_.c')
-rw-r--r-- | libf2c/libU77/time_.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libf2c/libU77/time_.c b/libf2c/libU77/time_.c index 73894b0b413..621da3aa9b7 100644 --- a/libf2c/libU77/time_.c +++ b/libf2c/libU77/time_.c @@ -35,11 +35,7 @@ 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 { /* There are potential problems with the cast of the time_t here. */ return time (NULL); |