f2cext.c (system_clock_): Remove (just f90 intrinsic).
authorDave Love <fx@gcc.gnu.org>
Mon, 6 Jul 1998 09:03:28 +0000 (09:03 +0000)
committerDave Love <fx@gcc.gnu.org>
Mon, 6 Jul 1998 09:03:28 +0000 (09:03 +0000)
commit235d853db1bdddbda6cd5fce90a25c29635e2ead
tree8541c71dd9f45270bd38c6c3c8b71160a9de2d8f
parenta60cb98615df7322ca32c4889f3d57d7fa577fce
f2cext.c (system_clock_): Remove (just f90 intrinsic).

1998-07-05  Dave Love  <d.love@dl.ac.uk>
* f2cext.c (system_clock_): Remove (just f90 intrinsic).
* Makefile.in (F2CEXT): Add datetime, remove sclock.
(UOBJ): Add libU77/datetime_.o.
* libU77/config.h.in: Add HAVE_GETTIMEOFDAY.
* libU77/configure.in: Check for gettimeofday.
* libU77/datetime_.c: New file.
* libU77/sys_clock_.c: Allow optional args.
* libU77/Makefile.in (G77DIR): Fix for current directory
structure.
(SRCS, OBJS): Add datetime.

From-SVN: r20942
libf2c/libU77/datetime_.c [new file with mode: 0644]